Changeset 36b787d
- Timestamp:
- Apr 19, 2016, 1:36:45 AM (9 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- a2ae70a
- Parents:
- ccb9fb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/setup.py
rccb9fb5 r36b787d 29 29 30 30 if not os.path.isdir(output_path): 31 from lib.gen erator import generate_object_files32 generated_object_files = generate_ object_files(output_path)31 from lib.gen_external import generate_external 32 generated_object_files = generate_external(output_path) 33 33 # define include dirs 34 34 else:
Note: See TracChangeset
for help on using the changeset viewer.