source: python/build_osx @ 72db1cf

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

build_osx: fix path

  • Property mode set to 100755
File size: 183 bytes
RevLine 
[6882e73]1#! /bin/sh
2
[9ccd89f]3set -e
4set -x
5
[6882e73]6python setup.py clean build
7export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
[985ec9e]8export DYLD_LIBRARY_PATH=../build/src
[6882e73]9./run_all_tests --verbose
Note: See TracBrowser for help on using the repository browser.