mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-23 21:07:29 +09:00
Fix Readline and OpenSSL detection for MacPorts without the corresponding package (#3317)
This commit is contained in:
parent
ab1331d3c0
commit
97eda4403f
@ -1593,6 +1593,7 @@ has_broken_mac_readline() {
|
|||||||
if can_use_macports; then
|
if can_use_macports; then
|
||||||
use_macports_readline && return 1
|
use_macports_readline && return 1
|
||||||
fi
|
fi
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
use_homebrew_readline() {
|
use_homebrew_readline() {
|
||||||
@ -1682,6 +1683,7 @@ has_broken_mac_openssl() {
|
|||||||
use_macports_openssl && return 1
|
use_macports_openssl && return 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
use_homebrew_openssl() {
|
use_homebrew_openssl() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user