Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libsovtoken/build_scripts/ios/mac/mac.02.libindy.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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