Changeset f4ad83d2
- Timestamp:
- Apr 23, 2016, 9:21:01 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:
- a35db12
- Parents:
- cb796a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
rcb796a3 rf4ad83d2 1 1 # vim:set syntax=python: 2 3 lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None 2 4 3 5 uselib = [] … … 26 28 bld(features = 'c cprogram', 27 29 includes = '../src', 28 lib = 'm',30 lib = lib, 29 31 use = ['aubio', 'utilsio'], 30 32 uselib = uselib,
Note: See TracChangeset
for help on using the changeset viewer.