Sfoglia il codice sorgente

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

pull/3284/head
native-api 1 anno fa
committed by GitHub
parent
commit
798d21e0ca
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      plugins/python-build/bin/python-build

+ 3
- 0
plugins/python-build/bin/python-build Vedi 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

Caricamento…
Annulla
Salva