- Timestamp:
- May 29, 2017, 4:59:12 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
r023e4b2 rb075ad8 73 73 cpp_cmd = os.environ.get('CC', 'cc').split() 74 74 cpp_cmd += ['-E'] 75 75 cpp_cmd += ['-x', 'c'] # force C language (emcc defaults to c++) 76 76 return cpp_cmd 77 77
Note: See TracChangeset
for help on using the changeset viewer.