Changeset 25e2001


Ignore:
Timestamp:
Apr 23, 2016, 7:44:07 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:
aa5237d
Parents:
8b42c7d
Message:

src/wscript_build: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

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