From 536bf7021c0c28291276b9803a9896dd65809136 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 24 Oct 2015 20:37:24 +0200 Subject: [PATCH] wscript: fix variable name --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index ff97de37..bd03c521 100644 --- 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': -- 2.11.0