diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-16 16:41:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-16 16:41:31 +0000 |
| commit | ea712da2072fe8730504c10aa2120464989d1a6c (patch) | |
| tree | 1d3b0f735afaa1370fecd99c99f8129dceaf0f83 | |
| parent | 49be4225082e6da06eff0effaf0d2d4d6071452f (diff) | |
Add hack for new work profile setup.
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 0bd54f66b..9c5fc5438 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/carl/Environment/64/lib if [ "$1" == "--debug" ]; then shift |
