Changeset ad1ffb5


Ignore:
Timestamp:
Apr 23, 2016, 6:28:41 PM (8 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:
8b42c7d
Parents:
dc08c4f
Message:

src/wscript_build: enable static lib on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    rdc08c4f rad1ffb5  
    2525    build_features = ['cstlib', 'cshlib']
    2626elif ctx.env['DEST_OS'] in ['win32', 'win64']:
    27     build_features = ['cshlib']
     27    build_features = ['ctslib', 'cshlib']
    2828elif ctx.env['DEST_OS'] in ['emscripten']:
    2929    build_features = ['cstlib']
Note: See TracChangeset for help on using the changeset viewer.