Ver a proveniência

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

pull/3318/head
native-api há 10 meses
committed by GitHub
ascendente
cometimento
97eda4403f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      plugins/python-build/bin/python-build

+ 2
- 0
plugins/python-build/bin/python-build Ver ficheiro

@ -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() {

Carregando…
Cancelar
Guardar