Changeset c7d3c2a for python/lib
- Timestamp:
- Mar 23, 2017, 4:34:13 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, sampler
- Children:
- 746d14b
- Parents:
- ecf7572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
recf7572 rc7d3c2a 177 177 add_local_aubio_sources(extension, usedouble=enable_double) 178 178 # generate files python/gen/*.c, python/gen/aubio-generated.h 179 extension.include_dirs += [ output_path ] 179 180 extension.sources += generate_external(header, output_path, overwrite = False, 180 181 usedouble=enable_double)
Note: See TracChangeset
for help on using the changeset viewer.