Changeset 0c77921
- Timestamp:
- Oct 15, 2013, 7:06:38 PM (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:
- c0fe2a9
- Parents:
- 4084cd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r4084cd8 r0c77921 12 12 # build libaubio 13 13 from waflib import Options 14 if Options.platform == 'ios':14 if Options.platform in ['ios', 'iosimulator']: 15 15 build_lib_func = ctx.stlib 16 16 else:
Note: See TracChangeset
for help on using the changeset viewer.