From ac0bf0eee05f1c82e0bd19cdcae14c9bc51aeca9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Jul 2019 15:22:38 +0100 Subject: [PATCH] OSX path tweak. --- run/dcpomatic_ecinema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $* -- 2.30.2