From: Paul Brossier Date: Fri, 1 Mar 2013 18:25:29 +0000 (-0500) Subject: python/env_osx: use the most recently built folder X-Git-Tag: 0.4.0-beta1~316 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=13ceb9dcf095a1dfb6bc693830ff27ab74cd27e2;p=aubio.git python/env_osx: use the most recently built folder --- diff --git a/python/env_osx b/python/env_osx index d15cc8a5..aa27f7e3 100755 --- 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