diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-20 11:13:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-20 11:13:35 +0200 |
| commit | ceeeaf107dd484a984be1737b38f2d301462a8bf (patch) | |
| tree | 879270c0aff5641d5dc91313be9f97e15c738ce4 /run | |
| parent | 62b87d5bac71cfaac5e6b7f3dcca9813351110c6 (diff) | |
DYLD_LIBRARY_PATH tweaks for macOS.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 1 | ||||
| -rwxr-xr-x | run/dcpomatic_player | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index e415f426c..9b4165ed6 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -12,6 +12,7 @@ fi # Allow running from a tree built using cdist export LD_LIBRARY_PATH=$DIR/../../../lib:$DIR/../../../lib64:$LD_LIBRARY_PATH +export DYLD_LIBRARY_PATH=$DIR/../../../lib:$DIR/../../../lib64:$DYLD_LIBRARY_PATH # export ASAN_OPTIONS=verbosity=1:malloc_context_size=20:detect_leaks=1 diff --git a/run/dcpomatic_player b/run/dcpomatic_player index 7d9ab9ff3..00fed9aef 100755 --- a/run/dcpomatic_player +++ b/run/dcpomatic_player @@ -10,7 +10,7 @@ else env=x86_64/10.10 fi -export DYLD_LIBRARY_PATH=/Users/cah/osx-environment/$env/lib:/usr/local/lib +export DYLD_LIBRARY_PATH=/Users/cah/osx-environment/$env/lib:$HOME/src/dcpomatic/lib:/usr/local/lib # Allow running from a tree built using cdist export LD_LIBRARY_PATH=$DIR/../../../lib:$DIR/../../../lib64:$LD_LIBRARY_PATH |
