1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 21:13:46 -05:00

add jython-*-dev

This commit is contained in:
Yamashita Yuu
2013-05-31 17:38:18 +09:00
parent 3fd475e1d5
commit d94c1d2143
3 changed files with 17 additions and 0 deletions

View File

@@ -574,6 +574,11 @@ build_package_jython() {
} >&4 2>&1
}
build_package_jython_builder() {
ant >&4 2>&1
( cd "dist" && build_package_jython )
}
build_package_pypy() {
build_package_copy
{ if [ -x "${PREFIX_PATH}/bin/pypy" ] && [ ! -x "${PREFIX_PATH}/bin/python" ]; then