projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973eb75
)
src/wscript_build: also compile shared lib on ios
author
Paul Brossier
<piem@piem.org>
Sat, 8 Aug 2015 22:31:15 +0000
(
00:31
+0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 8 Aug 2015 22:31:15 +0000
(
00:31
+0200)
src/wscript_build
patch
|
blob
|
history
diff --git
a/src/wscript_build
b/src/wscript_build
index
ba64b25
..
a526671
100644
(file)
--- a/
src/wscript_build
+++ b/
src/wscript_build
@@
-20,7
+20,7
@@
ctx(features = 'c',
# build libaubio.so (cshlib) and/or libaubio.a (cstlib)
if ctx.env['DEST_OS'] in ['ios', 'iosimulator']:
- build_features = ['cstlib']
+ build_features = ['cstlib'
, 'cshlib'
]
elif ctx.env['DEST_OS'] in ['win32', 'win64']:
build_features = ['cshlib']
else: #linux, darwin, android, mingw, ...