X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=build.py;h=1a10c62396c3314ab4a6a74206811e27dd585204;hp=1de39c66672190b36b8d5eef4e5b1e916143de47;hb=231c2b2d912d7480af0ce9512b12a909a4fe2a3d;hpb=19c714fe93fc070181d1ecfa87b5c67e156e3cc5 diff --git a/build.py b/build.py index 1de39c6..1a10c62 100755 --- a/build.py +++ b/build.py @@ -31,9 +31,6 @@ ffi = create_extension( headers = [ 'svrt.h' ], sources = [ 'svrt.c' ], extra_objects = [ abs_path + '/libsvrt.so' ], - libraries = [ ], - library_dirs = [ ], - define_macros = [ ], with_cuda = False )