projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927f630
)
build_osx: fix path
author
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 01:45:43 +0000
(20:45 -0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 01:45:43 +0000
(20:45 -0500)
python/build_osx
patch
|
blob
|
history
diff --git
a/python/build_osx
b/python/build_osx
index 7f5cc3b68bc6c1874e79dbc4aa31fa7fb06045c8..3c53f87a800f5f82d65f06e121364d2847e19c10 100755
(executable)
--- a/
python/build_osx
+++ b/
python/build_osx
@@
-5,5
+5,5
@@
set -x
python setup.py clean build
export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
-export DYLD_LIBRARY_PATH=../
../
build/src
+export DYLD_LIBRARY_PATH=../build/src
./run_all_tests --verbose