Changeset 6d7d52c for src/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
-
src/wscript_build
r58cffee r6d7d52c 13 13 # build each source files 14 14 source = ctx.path.ant_glob('*.c **/*.c') 15 lib = 'm' if ctx.env['DEST_OS'] not in ['win32', 'win64'] else None15 lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None 16 16 ctx(features = 'c', 17 17 source = source,
Note: See TracChangeset
for help on using the changeset viewer.