mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-29 00:01:22 +01:00
Show openssl version used from homebrew by default
This commit is contained in:
parent
35e5d2a29d
commit
3d9d2cc6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ needs_openssl_102_300() {
|
|||
use_homebrew_openssl() {
|
||||
local ssldir="$(brew --prefix openssl@1.1 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 openssl@1.1 from Homebrew is required, run 'brew install openssl@1.1'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue