From eb0a0f5e716865b2e4bb3554663d1066c494266b Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 5 May 2020 21:43:47 -0700 Subject: [PATCH] Make ruby-build use Homebrew's OpenSSL --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 0ee16ca..ed12fd5 100755 --- a/zshrc +++ b/zshrc @@ -62,6 +62,8 @@ if mac; then export HOMEBREW_CASK_OPTS="--appdir=/Applications" + export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)" + # Set Apple Terminal.app resume directory if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] { function chpwd {