mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
(regression) Use Zlib from XCode SDK in MacOS without Homebrew or Macports (#3282)
This commit is contained in:
parent
9114929e4f
commit
798d21e0ca
|
|
@ -884,6 +884,9 @@ build_package_standard_build() {
|
|||
if can_use_macports; then
|
||||
use_macports || true
|
||||
fi
|
||||
if is_mac -ge 1014 && ! can_use_homebrew && ! can_use_macports; then
|
||||
use_xcode_sdk_zlib || true
|
||||
fi
|
||||
|
||||
use_freebsd_pkg || true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue