diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-26 01:04:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-26 01:04:40 +0200 |
| commit | 1c57d7f59aafc68b4fb5d82488d354e5fb83576c (patch) | |
| tree | 9f1d80b0d277e55772d2d8ddc163d0b082984357 /run | |
| parent | 8dc70c1dab97a336fdb82da75f368ea0a8e679e3 (diff) | |
Support Fedora.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 8b5489df9..639e88098 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" build=$DIR/../build -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:/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH export DYLD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$build/src/asdcplib/src:/Users/ci/osx-environment/x86_64/10.10/lib:/Users/ci/workspace/lib export DCPOMATIC_GRAPHICS=$DIR/../graphics binary=$build/src/tools/dcpomatic2 |
