Changeset bcae79a


Ignore:
Timestamp:
May 12, 2025, 3:46:49 PM (2 months ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
fix/applefworks
Parents:
a27656b
git-author:
Paul Brossier <piem@piem.org> (05/12/25 15:44:03)
git-committer:
Paul Brossier <piem@piem.org> (05/12/25 15:46:49)
Message:

[waf] drop audio unit on ios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    ra27656b rbcae79a  
    278278        ctx.env.CFLAGS += ['-std=c99']
    279279        if ctx.options.enable_apple_audio != False and target_platform.startswith ('ios'):
    280             ctx.define('HAVE_AUDIO_UNIT', 1)
     280            #ctx.define('HAVE_AUDIO_UNIT', 1)
    281281            #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
     282            pass
    282283        if target_platform == 'ios':
    283284            ctx.env.CFLAGS += [ '-fembed-bitcode' ]
Note: See TracChangeset for help on using the changeset viewer.