diff options
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,9 +82,9 @@ if [ "$(uname)" == "Darwin" ]; then rm -f build/test/openssl ln -s ../../../openssl/apps/openssl build/test/openssl # SIP stops this being passed in from the caller's environment - export DYLD_LIBRARY_PATH=$environment/x86_64/10.10/lib:/Users/ci/workspace/lib + export DYLD_LIBRARY_PATH=$environment/x86_64/10.10/lib:$HOME/workspace/lib # We need to find ffcmp in here - export PATH=$PATH:/Users/ci/workspace/bin + export PATH=$PATH:$HOME/workspace/bin fi if [ "$check" == "1" ]; then |
