Changeset e11ce489


Ignore:
Timestamp:
Aug 1, 2015, 11:03:42 AM (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, pitchshift, sampler, timestretch, yinfft+
Children:
9d46f60
Parents:
482fab8
Message:

wscript: remove iOS sdk versioning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r482fab8 re11ce489  
    118118    if target_platform in [ 'ios', 'iosimulator' ]:
    119119        ctx.define('TARGET_OS_IPHONE', 1)
    120         SDKVER="7.1"
    121120        MINSDKVER="6.1"
    122121        ctx.env.CFLAGS += ['-std=c99']
     
    124123            DEVROOT = "/Applications/Xcode.app/Contents"
    125124            DEVROOT += "/Developer/Platforms/iPhoneOS.platform/Developer"
    126             SDKROOT = "%(DEVROOT)s/SDKs/iPhoneOS%(SDKVER)s.sdk" % locals()
     125            SDKROOT = "%(DEVROOT)s/SDKs/iPhoneOS.sdk" % locals()
    127126            #ctx.env.CFLAGS += [ '-arch', 'arm64' ]
    128127            ctx.env.CFLAGS += [ '-arch', 'armv7' ]
     
    136135            DEVROOT = "/Applications/Xcode.app/Contents"
    137136            DEVROOT += "/Developer/Platforms/iPhoneSimulator.platform/Developer"
    138             SDKROOT = "%(DEVROOT)s/SDKs/iPhoneSimulator%(SDKVER)s.sdk" % locals()
     137            SDKROOT = "%(DEVROOT)s/SDKs/iPhoneSimulator.sdk" % locals()
    139138            ctx.env.CFLAGS += [ '-arch', 'i386' ]
    140139            ctx.env.CFLAGS += [ '-arch', 'x86_64' ]
Note: See TracChangeset for help on using the changeset viewer.