From 798d21e0ca350be54df95532bd904b391f4ca277 Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 29 Jun 2025 19:51:25 +0300 Subject: [PATCH] (regression) Use Zlib from XCode SDK in MacOS without Homebrew or Macports (#3282) --- plugins/python-build/bin/python-build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 3e0f5421..891605b9 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -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