Changeset b075ad8 for python/lib


Ignore:
Timestamp:
May 29, 2017, 4:59:12 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:
deaf39e
Parents:
023e4b2
Message:

gen_external.py : force c compiler (emcc defaults to c++)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    r023e4b2 rb075ad8  
    7373        cpp_cmd = os.environ.get('CC', 'cc').split()
    7474        cpp_cmd += ['-E']
    75 
     75    cpp_cmd += ['-x', 'c']  # force C language (emcc defaults to c++)
    7676    return cpp_cmd
    7777
Note: See TracChangeset for help on using the changeset viewer.