Explorar el Código
(regression) Use Zlib from XCode SDK in MacOS without Homebrew or Macports (#3282)
pull/3284/head
native-api
hace 1 año
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
3 adiciones y
0 borrados
-
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 |
|
|
|
|
|
|
|
|