Skip to content

Commit

Permalink
Merge pull request rbenv#1347 from gfguthrie/master
Browse files Browse the repository at this point in the history
Look for Homebrew [email protected]
  • Loading branch information
hsbt authored Oct 1, 2019
2 parents f6bab00 + 8441a80 commit 682d98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ruby-build
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ has_broken_mac_openssl() {
}

use_homebrew_openssl() {
local ssldir="$(brew --prefix openssl 2>/dev/null || true)"
local ssldir="$(brew --prefix openssl@1.1 2>/dev/null || true)"
if [ -d "$ssldir" ]; then
echo "ruby-build: using openssl from homebrew"
package_option ruby configure --with-openssl-dir="$ssldir"
Expand Down

0 comments on commit 682d98c

Please sign in to comment.