- Timestamp:
- Sep 30, 2017, 8:24:02 PM (7 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
- Children:
- ee4fc9c
- Parents:
- 23facac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r23facac rfee0094 106 106 if ctx.options.target_platform: 107 107 target_platform = ctx.options.target_platform 108 108 109 109 from waflib import Options 110 110 … … 116 116 ctx.load('waf_unit_test') 117 117 ctx.load('gnu_dirs') 118 119 120 118 121 119 # check for common headers 122 120 ctx.check(header_name='stdlib.h') … … 440 438 # main source 441 439 bld.recurse('src') 442 440 443 441 # add sub directories 444 442 if bld.env['DEST_OS'] not in ['ios', 'iosimulator', 'android']:
Note: See TracChangeset
for help on using the changeset viewer.