mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 23:41:26 +09: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
|
if can_use_macports; then
|
||||||
use_macports || true
|
use_macports || true
|
||||||
fi
|
fi
|
||||||
|
if is_mac -ge 1014 && ! can_use_homebrew && ! can_use_macports; then
|
||||||
|
use_xcode_sdk_zlib || true
|
||||||
|
fi
|
||||||
|
|
||||||
use_freebsd_pkg || true
|
use_freebsd_pkg || true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user