Changeset a90e9d4


Ignore:
Timestamp:
Aug 9, 2015, 12:31:15 AM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
340cb93
Parents:
973eb75
Message:

src/wscript_build: also compile shared lib on ios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    r973eb75 ra90e9d4  
    2121# build libaubio.so (cshlib) and/or libaubio.a (cstlib)
    2222if ctx.env['DEST_OS'] in ['ios', 'iosimulator']:
    23     build_features = ['cstlib']
     23    build_features = ['cstlib', 'cshlib']
    2424elif ctx.env['DEST_OS'] in ['win32', 'win64']:
    2525    build_features = ['cshlib']
Note: See TracChangeset for help on using the changeset viewer.