projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd6fc5a
)
python/env_osx: env only, absolute path
author
Paul Brossier
<piem@piem.org>
Thu, 28 Feb 2013 18:37:22 +0000
(13:37 -0500)
committer
Paul Brossier
<piem@piem.org>
Thu, 28 Feb 2013 18:37:22 +0000
(13:37 -0500)
python/env_osx
patch
|
blob
|
history
diff --git
a/python/env_osx
b/python/env_osx
index 3c53f87a800f5f82d65f06e121364d2847e19c10..dce2709c332f4e96375f2cfd31086a17402cb649 100755
(executable)
--- a/
python/env_osx
+++ b/
python/env_osx
@@
-1,9
+1,4
@@
#! /bin/sh
-set -e
-set -x
-
-python setup.py clean build
-export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
-export DYLD_LIBRARY_PATH=../build/src
-./run_all_tests --verbose
+export PYTHONPATH=$PWD/build/*:$PWD/tests:$PYTHONPATH
+export DYLD_LIBRARY_PATH=$PWD/../build/src