From b83521b29bf604375a2e0bc7d7f5751eebe267b4 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 26 Oct 2020 17:26:37 -0700 Subject: [PATCH] Remove RUBY_CONFIGURE_OPTS, broken on macOS 11 --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index 3626071..ad1da12 100755 --- a/zshrc +++ b/zshrc @@ -57,9 +57,6 @@ if mac; then # Don't pollute tar archives with ._ files (Apple double files) export COPYFILE_DISABLE=true - # Use Homebrew's OpenSSL to build Ruby - 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 {