projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e330033
)
wscript: fix variable name
author
Paul Brossier
<piem@piem.org>
Sat, 24 Oct 2015 18:37:24 +0000
(20:37 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 24 Oct 2015 18:37:24 +0000
(20:37 +0200)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
ff97de3
..
bd03c52
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-130,7
+130,7
@@
def configure(ctx):
if target_platform in [ 'ios', 'iosimulator' ]:
MINSDKVER="6.1"
ctx.env.CFLAGS += ['-std=c99']
- if (ctx.options.enable_a
udio_unit
!= False):
+ if (ctx.options.enable_a
pple_audio
!= False):
ctx.define('HAVE_AUDIO_UNIT', 1)
#ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
if target_platform == 'ios':