Changeset d41bc4d for python/wscript_build
- Timestamp:
- Jul 10, 2012, 1:06:11 AM (13 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:
- dbf47c6
- Parents:
- f4493f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/wscript_build
rf4493f4 rd41bc4d 1 1 # vim:set syntax=python: 2 2 3 bld.add_subdirs('aubio')3 ctx.add_subdirs('aubio') 4 4 # install headers 5 5 for file in ['aubiocut', 'aubiopitch']: 6 bld.install_as('${PREFIX}/bin/' + file, file, chmod = 0755)6 ctx.install_as('${PREFIX}/bin/' + file, file, chmod = 0755)
Note: See TracChangeset
for help on using the changeset viewer.