diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-05 23:07:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-05 23:07:30 +0200 |
| commit | dee2f6b4197dc86a8f4a8375a7a0cf9c33abee3c (patch) | |
| tree | 93bc6264c1f1c3f5866ad76cf9b1c80ac3ca93a2 | |
| parent | 27312cda2990371d7bf44a94a7513b0117db6ac1 (diff) | |
Fix missing export.
| -rw-r--r-- | run/environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/environment b/run/environment index 0e74572a0..aabb463f3 100644 --- a/run/environment +++ b/run/environment @@ -2,5 +2,5 @@ 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:/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 -DCPOMATIC_GRAPHICS=$DIR/../graphics +export DCPOMATIC_GRAPHICS=$DIR/../graphics |
