Changeset a90e9d4
- Timestamp:
- Aug 9, 2015, 12:31:15 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:
- 340cb93
- Parents:
- 973eb75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r973eb75 ra90e9d4 21 21 # build libaubio.so (cshlib) and/or libaubio.a (cstlib) 22 22 if ctx.env['DEST_OS'] in ['ios', 'iosimulator']: 23 build_features = ['cstlib' ]23 build_features = ['cstlib', 'cshlib'] 24 24 elif ctx.env['DEST_OS'] in ['win32', 'win64']: 25 25 build_features = ['cshlib']
Note: See TracChangeset
for help on using the changeset viewer.