- Timestamp:
- Nov 26, 2016, 2:52:37 PM (8 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, sampler, yinfft+
- Children:
- 3820264
- Parents:
- cb7835d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
rcb7835d r8698499 30 30 build_features = ['cstlib', 'cshlib'] 31 31 32 # also install static lib 33 from waflib.Tools.c import cstlib 34 from waflib.Tools.fc import fcstlib 35 fcstlib.inst_to = cstlib.inst_to = '${LIBDIR}' 36 32 37 for target in build_features: 33 38 ctx(features = 'c ' + target,
Note: See TracChangeset
for help on using the changeset viewer.