From: Francois Fleuret Date: Thu, 15 Jun 2017 12:44:35 +0000 (+0200) Subject: Cleaning up. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=commitdiff_plain;h=8739473841f6763c5aaf779cceb4842d6419a8b7 Cleaning up. --- 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 )