source: python/wscript_build @ d41bc4d

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since d41bc4d 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
Line 
1# vim:set syntax=python:
2
3ctx.add_subdirs('aubio')
4# install headers
5for file in ['aubiocut', 'aubiopitch']:
6  ctx.install_as('${PREFIX}/bin/' + file, file, chmod = 0755)
Note: See TracBrowser for help on using the repository browser.