Changeset a341685
- Timestamp:
- Dec 31, 2013, 12:43:25 AM (11 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:
- 4fe62ba
- Parents:
- 5cc88f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r5cc88f7 ra341685 86 86 ctx.load('gnu_dirs') 87 87 88 ctx.env.CFLAGS += ['-g', '-Wall', '-Wextra']89 90 88 target_platform = Options.platform 91 89 if ctx.options.target_platform: 92 90 target_platform = ctx.options.target_platform 93 91 ctx.env['DEST_OS'] = target_platform 92 93 if 'CL.exe' not in ctx.env.CC[0]: 94 ctx.env.CFLAGS += ['-g', '-Wall', '-Wextra'] 95 else: 96 ctx.env.CFLAGS += ['-Wall'] 94 97 95 98 if target_platform not in ['win32', 'win64']:
Note: See TracChangeset
for help on using the changeset viewer.