source: python/wscript_build @ 614963a

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 614963a was d41bc4d, checked in by Paul Brossier <piem@piem.org>, 12 years ago

wscript, /wscript_build: use ctx to match latest waf docs

  • Property mode set to 100644
File size: 171 bytes
RevLine 
[f4493f4]1# vim:set syntax=python:
2
[d41bc4d]3ctx.add_subdirs('aubio')
[000b090]4# install headers
5for file in ['aubiocut', 'aubiopitch']:
[d41bc4d]6  ctx.install_as('${PREFIX}/bin/' + file, file, chmod = 0755)
Note: See TracBrowser for help on using the repository browser.