- Timestamp:
- Apr 23, 2016, 12:12:06 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:
- 6d7d52c
- Parents:
- 0806cd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r0806cd2 r58cffee 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 None 15 16 ctx(features = 'c', 16 17 source = source, 17 18 includes = ['.'], 18 19 uselib = uselib, 19 lib = 'm',20 lib = lib, 20 21 target = 'lib_objects') 21 22
Note: See TracChangeset
for help on using the changeset viewer.