Changeset da1709f
- Timestamp:
- Apr 22, 2016, 2:06:08 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:
- 73aac2a
- Parents:
- 69212a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r69212a0 rda1709f 122 122 ctx.env.CFLAGS += ['-arch', 'i386', '-arch', 'x86_64'] 123 123 ctx.env.LINKFLAGS += ['-arch', 'i386', '-arch', 'x86_64'] 124 MINSDKVER="10.4" 125 ctx.env.CFLAGS += [ '-mmacosx-version-min=' + MINSDKVER ] 126 ctx.env.LINKFLAGS += [ '-mmacosx-version-min=' + MINSDKVER ] 124 127 125 128 if target_platform in [ 'darwin', 'ios', 'iosimulator']:
Note: See TracChangeset
for help on using the changeset viewer.