Changeset e9eaaf4 for wscript


Ignore:
Timestamp:
Feb 3, 2016, 10:54:24 PM (9 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/ffmpeg5, master, sampler
Children:
00d0275
Parents:
8605361 (diff), 94b16497 (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

    r8605361 re9eaaf4  
    138138            DEVROOT += "/Developer/Platforms/iPhoneOS.platform/Developer"
    139139            SDKROOT = "%(DEVROOT)s/SDKs/iPhoneOS.sdk" % locals()
     140            ctx.env.CFLAGS += [ '-fembed-bitcode' ]
    140141            ctx.env.CFLAGS += [ '-arch', 'arm64' ]
    141142            ctx.env.CFLAGS += [ '-arch', 'armv7' ]
Note: See TracChangeset for help on using the changeset viewer.