Changeset 7e9c67d for tests/wscript_build
- Timestamp:
- May 2, 2016, 3:33:02 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:
- 3bf80b9
- Parents:
- 36e95674
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/wscript_build
r36e95674 r7e9c67d 1 1 # vim:set syntax=python: 2 2 3 lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None 3 lib = ['aubio'] 4 lib += ['m'] if 'CL.exe' not in ctx.env.CC[0] else [] 5 4 6 cflags = ['-g'] if 'CL.exe' not in ctx.env.CC[0] else None 5 7
Note: See TracChangeset
for help on using the changeset viewer.