From bbab088dc0ec8e19878b4acae5a62ebd408b0813 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Mon, 10 May 2021 11:50:30 -0700 Subject: [PATCH] Point to newer version of openssl within mac build scripts. Signed-off-by: Devin Smith --- libsovtoken/build_scripts/ios/mac/mac.02.libindy.env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsovtoken/build_scripts/ios/mac/mac.02.libindy.env.sh b/libsovtoken/build_scripts/ios/mac/mac.02.libindy.env.sh index 0acbaac31..331a8e63d 100755 --- a/libsovtoken/build_scripts/ios/mac/mac.02.libindy.env.sh +++ b/libsovtoken/build_scripts/ios/mac/mac.02.libindy.env.sh @@ -9,5 +9,5 @@ export RUST_TEST_THREADS=1 #4) Setup OPENSSL_DIR variable: path to installed openssl library -for i in `ls -t /usr/local/Cellar/openssl/`; do export OPENSSL_DIR=/usr/local/Cellar/openssl/$i; break; done +for i in `ls -t /usr/local/Cellar/openssl@1.1/`; do export OPENSSL_DIR=/usr/local/Cellar/openssl@1.1/$i; break; done #export OPENSSL_DIR=/usr/local/Cellar/openssl/1.0.2n # path changes with version number