1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

(regression) Use Zlib from XCode SDK in MacOS without Homebrew or Macports (#3282)

This commit is contained in:
native-api
2025-06-29 19:51:25 +03:00
committed by GitHub
parent 9114929e4f
commit 798d21e0ca

View File

@@ -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