ref: 536bf7021c0c28291276b9803a9896dd65809136
parent: e330033d2cdc3ae81130a50dc96f9d4d619cf5ab
author: Paul Brossier <piem@piem.org>
date: Sat Oct 24 16:37:24 EDT 2015
wscript: fix variable name
--- a/wscript
+++ b/wscript
@@ -130,7 +130,7 @@
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':