Changeset bcae79a
- Timestamp:
- May 12, 2025, 3:46:49 PM (2 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
ra27656b rbcae79a 278 278 ctx.env.CFLAGS += ['-std=c99'] 279 279 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) 281 281 #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox'] 282 pass 282 283 if target_platform == 'ios': 283 284 ctx.env.CFLAGS += [ '-fembed-bitcode' ]
Note: See TracChangeset
for help on using the changeset viewer.