diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-22 15:15:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-22 15:15:25 +0100 |
| commit | 266220d1686d85d5fc1af1189b4901a458efeec4 (patch) | |
| tree | 463821731ae66fa2402ba3e527ada0009055d87e | |
| parent | f4f6a2504e5fedb67513689eaeac9dd88ee38ca9 (diff) | |
Tweak OS X path.
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index ef695eb3f..5f40a2d80 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -1,7 +1,7 @@ #!/bin/bash export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/carl/Environments/dcpomatic/64/lib +export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2 $* |
