Changeset 25e2001 for src/wscript_build
- Timestamp:
- Apr 23, 2016, 7:44:07 PM (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:
- aa5237d
- Parents:
- 8b42c7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r8b42c7d r25e2001 25 25 build_features = ['cstlib', 'cshlib'] 26 26 elif ctx.env['DEST_OS'] in ['win32', 'win64']: 27 build_features = ['c tslib', 'cshlib']27 build_features = ['cstlib', 'cshlib'] 28 28 elif ctx.env['DEST_OS'] in ['emscripten']: 29 29 build_features = ['cstlib']
Note: See TracChangeset
for help on using the changeset viewer.