summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-06 18:16:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-06 18:16:31 +0100
commit81f69b2a4a7227f7e6c80014ff21da59c499e2e8 (patch)
treefac0564b11a0031ff19bd7e118f362fc39d50e39
parentff5dcaaeff14f4eb8d7cabe7a7af2cf66fa39512 (diff)
Update environment location.
-rwxr-xr-xrun/dvdomatic-osx2
1 files changed, 1 insertions, 1 deletions
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 "$*"