Make ruby-build use Homebrew's OpenSSL
This commit is contained in:
parent
15a8a31e4e
commit
eb0a0f5e71
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
|
@ -62,6 +62,8 @@ if mac; then
|
||||||
|
|
||||||
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
|
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
|
||||||
|
|
||||||
|
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
|
||||||
|
|
||||||
# Set Apple Terminal.app resume directory
|
# Set Apple Terminal.app resume directory
|
||||||
if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {
|
if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {
|
||||||
function chpwd {
|
function chpwd {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue