From: Carl Hetherington Date: Thu, 2 Apr 2020 21:27:10 +0000 (+0200) Subject: Add set_paths script for macOS. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=43c0c726a3e1908b0b713d8439107c431cc73247;p=dcpomatic.git Add set_paths script for macOS. --- 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