[macOS] Fix openssl on Big Sur (#1853)

* add symlink to opt

* get back 1.0.2t
This commit is contained in:
Mikhail Timofeev
2020-10-20 17:24:44 +03:00
committed by GitHub
parent a5ef7bd7ef
commit 7258903cdc

View File

@@ -8,11 +8,6 @@ export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"
echo Installing OpenSSL...
/usr/local/bin/brew install openssl
if is_BigSur; then
ln -sf $(brew --prefix openssl)/bin/openssl /usr/local/bin/openssl
exit 0
fi
# Install OpenSSL 1.0.2t
# https://www.openssl.org/policies/releasestrat.html - Version 1.0.2 will be supported until 2019-12-31 (LTS)
# To preserve backward compatibility with ruby-toolcache