Browse Source

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

pull/3284/head
native-api 1 year ago
committed by GitHub
parent
commit
798d21e0ca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      plugins/python-build/bin/python-build

+ 3
- 0
plugins/python-build/bin/python-build View File

@ -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…
Cancel
Save