Changeset 21234ee for src/wscript_build
- Timestamp:
- Dec 18, 2013, 8:07:27 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:
- 6465d7f
- Parents:
- 1573b16 (diff), c3c6305 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r1573b16 r21234ee 10 10 uselib += ['AVRESAMPLE'] 11 11 uselib += ['AVUTIL'] 12 uselib += ['JACK']13 12 14 13 ctx(features = 'c', … … 22 21 if ctx.env['DEST_OS'] in ['ios', 'iosimulator']: 23 22 build_features = ['cstlib'] 23 elif ctx.env['DEST_OS'] in ['win32', 'win64']: 24 build_features = ['cshlib'] 24 25 else: #linux, darwin, android, mingw, ... 25 26 build_features = ['cshlib', 'cstlib'] … … 28 29 ctx(features = 'c ' + target, 29 30 use = ['lib_objects'], #source = source, 31 lib = 'm', 30 32 target = 'aubio', 31 33 install_path = '${PREFIX}/lib',
Note: See TracChangeset
for help on using the changeset viewer.