Changeset 19ddbf3 for src/wscript_build
- Timestamp:
- Nov 13, 2013, 1:12:33 AM (11 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:
- 54e74f0
- Parents:
- 4dd7816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r4dd7816 r19ddbf3 11 11 12 12 # build libaubio 13 from waflib import Options 14 if Options.platform in ['ios', 'iosimulator']: 13 if ctx.env['DEST_OS'] in ['ios', 'iosimulator']: 15 14 build_lib_func = ctx.stlib 16 15 else:
Note: See TracChangeset
for help on using the changeset viewer.