diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-19 21:04:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-19 21:04:54 +0200 |
| commit | 8b491840f425d0178b68c4d9c0a491244032d4cd (patch) | |
| tree | cff0b29f60d7ef10d800535e0316f89fe6ea8f66 /run | |
| parent | 2d9d0826e37ab2155388e3e946597d1153204393 (diff) | |
Missing setup of DYLD_LIBRARY_PATH.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ if [ "$(uname)" == "Darwin" ]; then ln -s ../../../openssl/apps/openssl build/test/openssl # We need to find ffcmp in here export PATH=$PATH:/Users/ci/workspace/bin + export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/lib fi if [ "$check" == "1" ]; then |
