summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-22 15:22:38 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-22 15:22:38 +0100
commitac0bf0eee05f1c82e0bd19cdcae14c9bc51aeca9 (patch)
treebae1fd9f972222f8acf75d4d6a581ca39821ea0c
parent8448b22c4ae2947b493f5237d5cca2c61bd74082 (diff)
OSX path tweak.
-rwxr-xr-xrun/dcpomatic_ecinema2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_ecinema b/run/dcpomatic_ecinema
index ddb75157f..3c739c079 100755
--- a/run/dcpomatic_ecinema
+++ b/run/dcpomatic_ecinema
@@ -1,7 +1,7 @@
#!/bin/bash
export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH
-export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/carl/Environment/64/lib
+export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/Users/c.hetherington/osx-environment/64/lib
if [ "$1" == "--debug" ]; then
shift
gdb --args build/src/tools/dcpomatic2_ecinema $*