diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-08 23:02:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-13 18:51:11 +0200 |
| commit | 365d2b1468dbc3649426ad5408fee8da2a8db23c (patch) | |
| tree | 6bb244de6fa1e13a99cf558daf347e0355881e95 | |
| parent | 497803ab4424ce23affd231a01d625ddf3cf3aca (diff) | |
Tweak mac environment path.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ 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=/Users/carl/osx-environment/64/lib + export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/64/lib fi if [ "$1" == "--debug" ]; then |
