소스 검색

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

pull/3318/head
native-api 10 달 전
committed by GitHub
부모
커밋
97eda4403f
No known key found for this signature in database 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() {

불러오는 중...
취소
저장