From: Carl Hetherington Date: Sat, 6 Jul 2013 17:16:31 +0000 (+0100) Subject: Update environment location. X-Git-Tag: v2.0.48~1337^2~302^2~9 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=81f69b2a4a7227f7e6c80014ff21da59c499e2e8 Update environment location. --- diff --git a/run/dvdomatic-osx b/run/dvdomatic-osx index ac42c3186..8fef27fec 100755 --- a/run/dvdomatic-osx +++ b/run/dvdomatic-osx @@ -1,6 +1,6 @@ #!/bin/bash -export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:build/src/lib:build/src:/Users/carl/Environments/osx/10.8/lib +export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:build/src/lib:build/src:/Users/carl/Environments/osx/64/lib if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dvdomatic "$*"