summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-22 15:15:25 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-22 15:15:25 +0100
commit266220d1686d85d5fc1af1189b4901a458efeec4 (patch)
tree463821731ae66fa2402ba3e527ada0009055d87e
parentf4f6a2504e5fedb67513689eaeac9dd88ee38ca9 (diff)
Tweak OS X path.
-rwxr-xr-xrun/dcpomatic2
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 $*