This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Added pyston_architecture() alias to python-build
pull/718/head
Samuel Villamonte
9 years ago
committed by
GitHub
parent
8acb4ebaba
commit
d24ce2494b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
plugins/python-build/bin/python-build
+ 4
- 0
plugins/python-build/bin/python-build
View File
@ -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"
Write
Preview
Loading…
Cancel
Save