Changeset 8f343e6


Ignore:
Timestamp:
May 30, 2017, 12:13:36 AM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
415e360
Parents:
eea6101
Message:

src/wscript_build : add cshlib pass for generating aubio.js or aubio.min.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    reea6101 r8f343e6  
    2727    build_features = ['cstlib', 'cshlib']
    2828elif ctx.env['DEST_OS'] in ['emscripten']:
    29     build_features = ['cstlib']
     29    build_features = ['cstlib','cshlib']
    3030elif '--static' in ctx.env['LDFLAGS'] or '--static' in ctx.env['LINKFLAGS']:
    3131    # static in cflags, ...
Note: See TracChangeset for help on using the changeset viewer.