projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30250de
)
python/env_osx: use the most recently built folder
author
Paul Brossier
<piem@piem.org>
Fri, 1 Mar 2013 18:25:29 +0000
(13:25 -0500)
committer
Paul Brossier
<piem@piem.org>
Fri, 1 Mar 2013 18:25:29 +0000
(13:25 -0500)
python/env_osx
patch
|
blob
|
history
diff --git
a/python/env_osx
b/python/env_osx
index d15cc8a55bd9c40e9ff0869a3d0bf89758ec67e7..aa27f7e3c0a88299192516995526f011c5f984ea 100755
(executable)
--- a/
python/env_osx
+++ b/
python/env_osx
@@
-1,4
+1,4
@@
#! /bin/sh
-export PYTHONPATH=$PWD/
build/lib.*
:$PWD/tests:$PYTHONPATH
+export PYTHONPATH=$PWD/
`ls -rtd build/lib.* | head -1`
:$PWD/tests:$PYTHONPATH
export DYLD_LIBRARY_PATH=$PWD/../build/src