1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00

Merge pull request #136 from chronoslynx/master

fix: anaconda_architecture mispelled MacOSX as MaxOSX
This commit is contained in:
Yamashita, Yuu
2014-03-18 01:16:03 +09:00

View File

@@ -773,7 +773,7 @@ build_package_pypy_builder() {
anaconda_architecture() { anaconda_architecture() {
case "$(uname -s)" in case "$(uname -s)" in
"Darwin" ) echo "MaxOSX-x86_64" ;; "Darwin" ) echo "MacOSX-x86_64" ;;
"Linux" ) "Linux" )
case "$(uname -m)" in case "$(uname -m)" in
"i386" | "i486" | "i586" | "i686" | "i786" ) echo "Linux-x86" ;; "i386" | "i486" | "i586" | "i686" | "i786" ) echo "Linux-x86" ;;