瀏覽代碼

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

pull/3284/head
native-api 1 年之前
committed by GitHub
父節點
當前提交
798d21e0ca
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      plugins/python-build/bin/python-build

+ 3
- 0
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

Loading…
取消
儲存