[MacOS] Restore openssl-1.1.x symlink (#4206)

This commit is contained in:
Mikhail Koliada
2021-10-02 13:08:07 +03:00
committed by GitHub
parent cf63ebf55d
commit 4119a5acc8

View File

@@ -7,4 +7,7 @@ brew_smart_install "openssl@1.1"
# Symlink brew openssl@1.1 to `/usr/local/bin` as Homebrew refuses
ln -sf $(brew --prefix openssl@1.1)/bin/openssl /usr/local/bin/openssl
# Most of buildsystems and scripts look up ssl here
ln -sf $(brew --cellar openssl@1.1)/1.1* /usr/local/opt/openssl
invoke_tests "OpenSSL"