- Timestamp:
- Feb 28, 2013, 6:59:59 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:
- cd6fc5a
- Parents:
- 8f177b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r8f177b7 r81fe3273 196 196 197 197 # add sub directories 198 bld.recurse('src examples')198 bld.recurse('src') 199 199 from waflib import Options 200 if Options.platform != 'ios': bld.recurse('tests') 200 if Options.platform != 'ios': 201 bld.recurse('examples') 202 bld.recurse('tests') 201 203 202 204 """
Note: See TracChangeset
for help on using the changeset viewer.