- Timestamp:
- Dec 10, 2013, 2:39:47 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:
- df5eab4
- Parents:
- a7343ffe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
ra7343ffe r06dba46 22 22 if ctx.env['DEST_OS'] in ['ios', 'iosimulator']: 23 23 build_features = ['cstlib'] 24 elif ctx.env['DEST_OS'] in ['win32', 'win64']: 25 build_features = ['cshlib'] 24 26 else: #linux, darwin, android, mingw, ... 25 27 build_features = ['cshlib', 'cstlib']
Note: See TracChangeset
for help on using the changeset viewer.