Skip to content

Commit

Permalink
Show openssl version used from homebrew by default
Browse files Browse the repository at this point in the history
  • Loading branch information
matasndev authored and eregon committed Aug 1, 2023
1 parent 35e5d2a commit 3d9d2cc
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 @@ -1153,7 +1153,7 @@ needs_openssl_102_300() {
use_homebrew_openssl() {
local ssldir="$(brew --prefix [email protected] 2>/dev/null || true)"
if [ -d "$ssldir" ]; then
echo "ruby-build: using openssl from homebrew"
echo "ruby-build: using openssl@1.1 from homebrew"
package_option ruby configure --with-openssl-dir="$ssldir"
else
colorize 1 "ERROR [email protected] from Homebrew is required, run 'brew install [email protected]'"
Expand Down

0 comments on commit 3d9d2cc

Please sign in to comment.