1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -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.8-linux.tar.bz2#c4a1d11e0283a390d9e9b801a4633b9f"
;;
"x86_64" )