Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    recf7572 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.