1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -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

@@ -5,7 +5,7 @@ if ! pyenv-which python3.4 1>/dev/null 2>&1; then
fi
fi
require_cc --if has_broken_mac_gcc_llvm "clang"
require_cc --if has_broken_mac_llvm_gcc "clang"
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline
install_hg "Python-3.4-dev" "https://bitbucket.org/mirror/cpython" "default" standard verify_py34
install_package "setuptools-0.9.5" "https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.5.tar.gz#2461dc5378277cfae68809baf8e0ef81" python