(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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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