X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ace78e271b95dc9eb6f72b475a9665847a60ae38..bc119dd5069b28778899b70ceb80bbe701e6c951:/wxPython/b diff --git a/wxPython/b b/wxPython/b index ef4867613f..78c8654efe 100755 --- a/wxPython/b +++ b/wxPython/b @@ -25,6 +25,8 @@ function getpyver { PYVER=2.3 elif [ "$1" = "24" ]; then PYVER=2.4 + elif [ "$1" = "25" ]; then + PYVER=2.5 else echo You must specify Python version as first parameter. exit @@ -66,7 +68,6 @@ FLAGS="$FLAGS $PORTFLAGS $UNIFLAG" - # "c" --> clean if [ "$1" = "c" ]; then shift