diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-19 22:41:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-19 22:41:53 +0200 |
| commit | cb83b1ebba5d3eb9085a1b07beff2700606d8df0 (patch) | |
| tree | cced8227d35368bda22a042c2cb5e5174ca0b9e4 /run | |
| parent | 8b491840f425d0178b68c4d9c0a491244032d4cd (diff) | |
Fix thinko in previous.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +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 + export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/x86_64/10.10/lib fi if [ "$check" == "1" ]; then |
