diff options
| -rwxr-xr-x | run/dvdomatic-osx | 2 |
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 "$*" |
