Changeset e11ce489
- Timestamp:
- Aug 1, 2015, 11:03:42 AM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r482fab8 re11ce489 118 118 if target_platform in [ 'ios', 'iosimulator' ]: 119 119 ctx.define('TARGET_OS_IPHONE', 1) 120 SDKVER="7.1"121 120 MINSDKVER="6.1" 122 121 ctx.env.CFLAGS += ['-std=c99'] … … 124 123 DEVROOT = "/Applications/Xcode.app/Contents" 125 124 DEVROOT += "/Developer/Platforms/iPhoneOS.platform/Developer" 126 SDKROOT = "%(DEVROOT)s/SDKs/iPhoneOS %(SDKVER)s.sdk" % locals()125 SDKROOT = "%(DEVROOT)s/SDKs/iPhoneOS.sdk" % locals() 127 126 #ctx.env.CFLAGS += [ '-arch', 'arm64' ] 128 127 ctx.env.CFLAGS += [ '-arch', 'armv7' ] … … 136 135 DEVROOT = "/Applications/Xcode.app/Contents" 137 136 DEVROOT += "/Developer/Platforms/iPhoneSimulator.platform/Developer" 138 SDKROOT = "%(DEVROOT)s/SDKs/iPhoneSimulator %(SDKVER)s.sdk" % locals()137 SDKROOT = "%(DEVROOT)s/SDKs/iPhoneSimulator.sdk" % locals() 139 138 ctx.env.CFLAGS += [ '-arch', 'i386' ] 140 139 ctx.env.CFLAGS += [ '-arch', 'x86_64' ]
Note: See TracChangeset
for help on using the changeset viewer.