Changeset f44384d for python/lib
- Timestamp:
- May 16, 2016, 3:26:14 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:
- a377204
- Parents:
- dc654f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
rdc654f8 rf44384d 72 72 def generate_external(header=header, output_path=output_path, usedouble=False, overwrite=True): 73 73 if not os.path.isdir(output_path): os.mkdir(output_path) 74 elif overwrite == False: return glob.glob(os.path.join(output_path, '*.c'))74 elif not overwrite: return glob.glob(os.path.join(output_path, '*.c')) 75 75 sources_list = [] 76 76 cpp_output, cpp_objects = get_cpp_objects(header)
Note: See TracChangeset
for help on using the changeset viewer.