[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
+3
View File
@@ -7,4 +7,7 @@ brew_smart_install "[email protected]"
# Symlink brew [email protected] to `/usr/local/bin` as Homebrew refuses
ln -sf $(brew --prefix [email protected])/bin/openssl /usr/local/bin/openssl
# Most of buildsystems and scripts look up ssl here
ln -sf $(brew --cellar [email protected])/1.1* /usr/local/opt/openssl
invoke_tests "OpenSSL"