Changeset b257b60 for src/wscript_build
- Timestamp:
- Aug 12, 2015, 7:21:38 PM (9 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:
- 60fc05b
- Parents:
- 3a1a5d6 (diff), 7b2d740 (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
r3a1a5d6 rb257b60 21 21 # build libaubio.so (cshlib) and/or libaubio.a (cstlib) 22 22 if ctx.env['DEST_OS'] in ['ios', 'iosimulator']: 23 build_features = ['cstlib' ]23 build_features = ['cstlib', 'cshlib'] 24 24 elif ctx.env['DEST_OS'] in ['win32', 'win64']: 25 25 build_features = ['cshlib'] … … 30 30 ctx(features = 'c ' + target, 31 31 use = ['lib_objects'], 32 uselib = uselib, 32 33 lib = 'm', 33 34 target = 'aubio', 34 install_path = '${PREFIX}/lib',35 35 vnum = ctx.env['LIB_VERSION']) 36 36
Note: See TracChangeset
for help on using the changeset viewer.