1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

s/gcc_llvm/llvm_gcc/g

This commit is contained in:
Yamashita Yuu
2013-07-17 16:38:30 +09:00
parent d5c24f5122
commit f9a19e3f24
6 changed files with 6 additions and 6 deletions

View File

@@ -769,7 +769,7 @@ has_broken_mac_readline() {
return "$retval"
}
has_broken_mac_gcc_llvm() {
has_broken_mac_llvm_gcc() {
[ "$(uname -s)" = "Darwin" ] &&
[ "$(gcc --version 2>/dev/null || true)" = "llvm-gcc-4.2" ]
}