From 8739473841f6763c5aaf779cceb4842d6419a8b7 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 15 Jun 2017 14:44:35 +0200 Subject: [PATCH] Cleaning up. --- build.py | 3 --- 1 file changed, 3 deletions(-) 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 ) -- 2.20.1