- Timestamp:
- Dec 2, 2013, 3:49:05 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:
- ca45e58
- Parents:
- 83d2948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r83d2948 r74bdc4a 37 37 help_disable_str = 'do not ' + help_str 38 38 ctx.add_option('--enable-' + name, action = 'store_true', default = default, 39 dest = 'enable_' + name ,39 dest = 'enable_' + name.replace('-','_'), 40 40 help = help_str) 41 41 ctx.add_option('--disable-' + name, action = 'store_false', 42 42 #default = default, 43 dest = 'enable_' + name ,43 dest = 'enable_' + name.replace('-','_'), 44 44 help = help_disable_str ) 45 45
Note: See TracChangeset
for help on using the changeset viewer.