Changeset 342eb13e for wscript


Ignore:
Timestamp:
May 30, 2017, 11:50:35 PM (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:
caf5fce
Parents:
6421221
Message:

wscript : emscripten clarify comments on added flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r6421221 r342eb13e  
    240240            ctx.env.cshlib_PATTERN = '%s.min.js'
    241241
    242         # lib doesnt ship file system support
     242        # doesnt ship file system support in lib
    243243        ctx.env.LINKFLAGS_cshlib += ['-s', 'NO_FILESYSTEM=1']
    244244        # put memory file inside generated js files for easier portability
     
    247247        ctx.env.cstlib_PATTERN = '%s.a'
    248248
    249         # get exposed functions
     249        # tell emscripten functions we want to expose
    250250        from python.lib.gen_external import get_c_declarations, get_cpp_objects_from_c_declarations, get_all_func_names_from_lib, generate_lib_from_c_declarations
    251251        c_decls = get_c_declarations(usedouble=False)  # emscripten can't use double
Note: See TracChangeset for help on using the changeset viewer.