Changeset ddea34b for src/wscript_build


Ignore:
Timestamp:
Jul 24, 2017, 2:09:57 PM (7 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
Children:
1070378, 9fa0ed1
Parents:
a1cce65 (diff), caf5fce (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.
Message:

Merge branch 'emscripten'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    ra1cce65 rddea34b  
    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.