diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-14 23:50:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-14 23:50:56 +0200 |
| commit | 860296bc2a6ffdb8dcf407a2a4ff985ccc30b87d (patch) | |
| tree | 33cc7944ddbb0156b3acf593469f58a357825abc | |
| parent | a437915f3c6e2ce50a1bac3c4ff70d08904f8101 (diff) | |
Allow tests to be run on Fedora.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ work=build/test dcpinfo=build/tools/dcpinfo dcpverify=build/tools/dcpverify -export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH # SIP stops this being passed in from the caller's environment export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/10.10/lib:/Users/ci/workspace/lib export LIBDCP_RESOURCES=. |
