[waf] drop audio unit on ios fix/applefworks
authorPaul Brossier <piem@piem.org>
Mon, 12 May 2025 13:44:03 +0000 (15:44 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 12 May 2025 13:46:49 +0000 (15:46 +0200)
wscript

diff --git a/wscript b/wscript
index 2b41055..cefa5a7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -277,8 +277,9 @@ def configure(ctx):
         SDKROOT = "%(DEVROOT)s/SDKs/%(SDKNAME)s.sdk" % locals()
         ctx.env.CFLAGS += ['-std=c99']
         if ctx.options.enable_apple_audio != False and target_platform.startswith ('ios'):
-            ctx.define('HAVE_AUDIO_UNIT', 1)
+            #ctx.define('HAVE_AUDIO_UNIT', 1)
             #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
+            pass
         if target_platform == 'ios':
             ctx.env.CFLAGS += [ '-fembed-bitcode' ]
             ctx.env.CFLAGS += [ '-arch', 'arm64' ]