diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-29 00:00:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-01 00:02:52 +0200 |
| commit | 7588273929fa6fe48fa0cf04d33e14bd256cf3f7 (patch) | |
| tree | 28ef26057e3add2b49fd33a033cc7e9d099a768d | |
| parent | 450fa35934fbc6d2c8f09590e830fd369914ccc5 (diff) | |
Support Fedora libpath when running tests.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # e.g. --run_tests=foo if [ "$(uname)" == "Linux" ]; then - export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=build/src/lib:/usr/local/lib64:$LD_LIBRARY_PATH rm -f build/test/dcpomatic2_openssl # This must be our patched openssl or tests will fail if [ ! -f build/test/dcpomatic2_openssl ]; then |
