projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c714f
)
Cleaning up.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 15 Jun 2017 12:44:35 +0000
(14:44 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 15 Jun 2017 12:44:35 +0000
(14:44 +0200)
build.py
patch
|
blob
|
history
diff --git
a/build.py
b/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
)