Changeset 34e505f for wscript


Ignore:
Timestamp:
Oct 25, 2015, 11:32:21 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/applefworks, fix/ffmpeg5, master, sampler
Children:
8605361
Parents:
3d30b90 (diff), 094a8be (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' into awhitening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r3d30b90 r34e505f  
    131131        MINSDKVER="6.1"
    132132        ctx.env.CFLAGS += ['-std=c99']
    133         if (ctx.options.enable_audio_unit != False):
     133        if (ctx.options.enable_apple_audio != False):
    134134            ctx.define('HAVE_AUDIO_UNIT', 1)
    135135            #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
Note: See TracChangeset for help on using the changeset viewer.