Changeset 6d7d52c for tests/wscript_build
- Timestamp:
- Apr 23, 2016, 12:34:13 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:
- a9ec06f
- Parents:
- 58cffee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/wscript_build
r58cffee r6d7d52c 1 1 # vim:set syntax=python: 2 2 3 lib = 'm' if ctx.env['DEST_OS'] not in ['win32', 'win64'] else None3 lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None 4 4 5 5 uselib = []
Note: See TracChangeset
for help on using the changeset viewer.