native-api
1 anno fa
committed by
GitHub
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
-
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 |
|
|
|
|
|
|
|
|