Changeset e717fae for wscript


Ignore:
Timestamp:
May 30, 2017, 12:32:25 AM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
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:
0b2643b
Parents:
09894ba3
Message:

wscript : emscripten : specify cstlib file format %s.a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r09894ba3 re717fae  
    251251        ctx.env.LINKFLAGS_cshlib+=['--memory-init-file','0']
    252252        ctx.env.cprogram_PATTERN = "%s.js"
     253        ctx.env.cstlib_PATTERN = '%s.a'
    253254        if (ctx.options.enable_atlas != True):
    254255            ctx.options.enable_atlas = False
Note: See TracChangeset for help on using the changeset viewer.