wscript: fix variable name
authorPaul Brossier <piem@piem.org>
Sat, 24 Oct 2015 18:37:24 +0000 (20:37 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 24 Oct 2015 18:37:24 +0000 (20:37 +0200)
wscript

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_audio_unit != False):
+        if (ctx.options.enable_apple_audio != False):
             ctx.define('HAVE_AUDIO_UNIT', 1)
             #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
         if target_platform == 'ios':