Changes in src/wscript_build [8f343e6:ecf7572]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
r8f343e6 recf7572 27 27 build_features = ['cstlib', 'cshlib'] 28 28 elif ctx.env['DEST_OS'] in ['emscripten']: 29 build_features = ['cstlib' ,'cshlib']29 build_features = ['cstlib'] 30 30 elif '--static' in ctx.env['LDFLAGS'] or '--static' in ctx.env['LINKFLAGS']: 31 31 # static in cflags, ...
Note: See TracChangeset
for help on using the changeset viewer.