Cleaning up.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 15 Jun 2017 12:44:35 +0000 (14:44 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 15 Jun 2017 12:44:35 +0000 (14:44 +0200)
build.py

index 1de39c6..1a10c62 100755 (executable)
--- 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
 )