mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 12:03:49 -05:00
Added pyston_architecture() alias to python-build
This commit is contained in:
committed by
GitHub
parent
8acb4ebaba
commit
d24ce2494b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user