diff options
| -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:$HOME/workspace/bin - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/x86_64/10.10/lib + export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/$(uname -m)/11.0/lib fi if [ "$check" == "1" ]; then |
