Changeset 873646d for wscript


Ignore:
Timestamp:
Oct 1, 2017, 3:26:16 AM (6 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
Children:
5b194f0
Parents:
0897260
Message:

wscript: py3 compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r0897260 r873646d  
    247247        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
    248248        c_decls = get_c_declarations(usedouble=False)  # emscripten can't use double
    249         objects = get_cpp_objects_from_c_declarations(c_decls)
     249        objects = list(get_cpp_objects_from_c_declarations(c_decls))
    250250        # ensure that aubio structs are exported
    251251        objects += ['fvec_t', 'cvec_t', 'fmat_t']
Note: See TracChangeset for help on using the changeset viewer.