diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-02 23:27:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-02 23:27:10 +0200 |
| commit | 43c0c726a3e1908b0b713d8439107c431cc73247 (patch) | |
| tree | 138c8cbe45daf42a081b9008b7a15f324646119a | |
| parent | a1aa496d186e23e61ecb8531f4623357444f206a (diff) | |
Add set_paths script for macOS.
| -rw-r--r-- | platform/osx/set_paths.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
