diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:56:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:56:20 +0200 |
| commit | e65d17fa04c411295496968f6ecee9b3a6c21fae (patch) | |
| tree | c763a48ebd57268a1b83f9767fada295a30a219d /run | |
| parent | 0b4bffff846efe967110477797218c170ffb3166 (diff) | |
| parent | e96f917d51f9606a550902dbc16e0971a8967039 (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 45f857ae2..abc0cf11b 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -10,6 +10,8 @@ else env=x86_64/10.10 fi +# Allow running from a tree built using cdist +export LD_LIBRARY_PATH=$DIR/../../../lib:$DIR/../../../lib64:$LD_LIBRARY_PATH export DYLD_LIBRARY_PATH=/Users/cah/osx-environment/$env/lib:/usr/local/lib # export ASAN_OPTIONS=verbosity=1:malloc_context_size=20:detect_leaks=1 |
