diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-22 15:39:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-22 15:39:11 +0100 |
| commit | f737005941d25e5e5743a6770208f31bdca5527d (patch) | |
| tree | 038a07f05a155f6c774cee5f41e9f93f11f9ea3b /run/dcpomatic_create | |
| parent | adb1bf176a46586d1733d9258045315969baa04d (diff) | |
Another OS X path.
Diffstat (limited to 'run/dcpomatic_create')
| -rwxr-xr-x | run/dcpomatic_create | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run/dcpomatic_create b/run/dcpomatic_create index 7931578cf..7f88082bd 100755 --- a/run/dcpomatic_create +++ b/run/dcpomatic_create @@ -3,6 +3,7 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/.. export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH +export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_create $* |
