mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 20:43:48 -05:00
add i786
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user