Skip to content

Commit

Permalink
Merge pull request #32 from optimumBA/31-openssl-fix
Browse files Browse the repository at this point in the history
Fix openssl deprecation issue
  • Loading branch information
almirsarajcic authored Jan 15, 2025
2 parents 41a5f1d + b117206 commit 098d3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 098d3a0

Please sign in to comment.