projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccb9fb5
)
setup.py: switch to new code generator
author
Paul Brossier
<piem@piem.org>
Mon, 18 Apr 2016 23:36:45 +0000
(
01:36
+0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 18 Apr 2016 23:36:45 +0000
(
01:36
+0200)
python/setup.py
patch
|
blob
|
history
diff --git
a/python/setup.py
b/python/setup.py
index
7c8fd24
..
e4a32f3
100755
(executable)
--- a/
python/setup.py
+++ b/
python/setup.py
@@
-28,8
+28,8
@@
output_path = 'gen'
generated_object_files = []
if not os.path.isdir(output_path):
- from lib.gen
erator import generate_object_files
- generated_object_files = generate_
object_files
(output_path)
+ from lib.gen
_external import generate_external
+ generated_object_files = generate_
external
(output_path)
# define include dirs
else:
import glob