Changeset 30250de for src/wscript_build
- Timestamp:
- Mar 1, 2013, 7:24:38 PM (12 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:
- 13ceb9d
- Parents:
- 5132505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r5132505 r30250de 15 15 16 16 # build libaubio 17 ctx.shlib( 17 from waflib import Options 18 if Options.platform == 'ios': build_lib_func = ctx.stlib 19 else: build_lib_func = ctx.shlib 20 build_lib_func( 18 21 includes = ['.'], 19 22 source = source,
Note: See TracChangeset
for help on using the changeset viewer.