X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5924e48d2e2261a3b50352aa7ec091b82e4c25e8..eaff0f0d3f7828c2acd9ebde4979acc0b3fa43b5:/wxPython/b diff --git a/wxPython/b b/wxPython/b index 3b8cb02e58..ffa2477fb1 100755 --- a/wxPython/b +++ b/wxPython/b @@ -18,6 +18,8 @@ function getpyver { PYVER=2.2 elif [ "$1" = "23" ]; then PYVER=2.3 + elif [ "$1" = "24" ]; then + PYVER=2.4 else echo You must specify Python version as first parameter. exit @@ -36,6 +38,7 @@ OTHERFLAGS="" PORTFLAGS="" + if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then PORTFLAGS="WXPORT=gtk UNICODE=0" shift