From 43c0c726a3e1908b0b713d8439107c431cc73247 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Apr 2020 23:27:10 +0200 Subject: [PATCH] Add set_paths script for macOS. --- platform/osx/set_paths.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 platform/osx/set_paths.sh diff --git a/platform/osx/set_paths.sh b/platform/osx/set_paths.sh new file mode 100644 index 000000000..cd93ced77 --- /dev/null +++ b/platform/osx/set_paths.sh @@ -0,0 +1,3 @@ +base=$HOME/dcpomatic +env=$HOME/osx-environment +export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$base/lib:$env/64/lib -- 2.30.2