From b117206b131c93649c5373f2d52aa6b4ea9ea3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Almir=20Saraj=C4=8Di=C4=87?= Date: Wed, 15 Jan 2025 17:10:43 +0100 Subject: [PATCH] Fix openssl deprecation issue --- priv/script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/priv/script.sh b/priv/script.sh index ca1e3dec..def477e9 100755 --- a/priv/script.sh +++ b/priv/script.sh @@ -138,10 +138,10 @@ install() { ;; "Erlang") if [ "$os_type" = "macOS" ]; then - brew install autoconf openssl@1.1 wxwidgets libxslt fop + brew install autoconf openssl wxwidgets libxslt fop if [ ! -f ~/.kerlrc ]; then - printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix openssl@1.1) --without-javac\"\n" >~/.kerlrc + printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix openssl) --without-javac\"\n" >~/.kerlrc fi ulimit -n 1024