浏览代码

Fix Readline and OpenSSL detection for MacPorts without the corresponding package (#3317)

pull/3318/head
native-api 10 个月前
提交者 GitHub
父节点
当前提交
97eda4403f
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      plugins/python-build/bin/python-build

+ 2
- 0
plugins/python-build/bin/python-build 查看文件

@ -1593,6 +1593,7 @@ has_broken_mac_readline() {
if can_use_macports; then
use_macports_readline && return 1
fi
return 0
}
use_homebrew_readline() {
@ -1682,6 +1683,7 @@ has_broken_mac_openssl() {
use_macports_openssl && return 1
fi
fi
return 0
}
use_homebrew_openssl() {

正在加载...
取消
保存