1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00
This commit is contained in:
Yamashita Yuu
2013-05-10 21:26:55 +09:00
parent 5a52177d15
commit 318a41d723
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ case "$(uname -s)" in
;;
"Linux" )
case "$(uname -m)" in
"i386" | "i486" | "i586" | "i686")
"i386" | "i486" | "i586" | "i686" | "i786" )
PYPY_URL="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2#1a08c88642434fc2e0e4256d351f48db"
;;
"x86_64" )