mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Added pyston_architecture() alias to python-build
This commit is contained in:
parent
8acb4ebaba
commit
d24ce2494b
1 changed files with 4 additions and 0 deletions
|
@ -964,6 +964,10 @@ pypy_architecture() {
|
|||
esac
|
||||
}
|
||||
|
||||
pyston_architecture() {
|
||||
pypy_architecture
|
||||
}
|
||||
|
||||
build_package_pypy() {
|
||||
build_package_copy
|
||||
mkdir -p "${PREFIX_PATH}/bin" "${PREFIX_PATH}/lib"
|
||||
|
|
Loading…
Reference in a new issue