Changeset d81cae3
- Timestamp:
- Jul 15, 2012, 11:08:58 PM (12 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:
- d6001bf
- Parents:
- ab59067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rab59067 rd81cae3 53 53 help='set target platform for cross-compilation', dest='target_platform') 54 54 ctx.load('compiler_c') 55 ctx.load('compiler_cxx')56 55 ctx.load('gnu_dirs') 57 56 ctx.load('waf_unit_test') … … 60 59 import Options 61 60 ctx.check_tool('compiler_c') 62 ctx.check_tool('compiler_cxx')63 61 ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation 64 #ctx.check_tool('misc') # needed for subst65 62 ctx.load('waf_unit_test') 66 63 ctx.env.CFLAGS = ['-g']
Note: See TracChangeset
for help on using the changeset viewer.