X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0453da6205d54b89185da35a1738ad7a909a32c9..a8cb1a4947bbbf5e18ce52448f4c3bb4cff4daee:/wxPython/b diff --git a/wxPython/b b/wxPython/b index 588bac838f..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 @@ -33,7 +35,7 @@ python$PYVER -c "import sys;print '\n', sys.version, '\n'" SETUP="python$PYVER -u setup.py" FLAGS="USE_SWIG=1 SWIG=/opt/swig/bin/swig" OTHERFLAGS="" -PORTFLAGS="WXPORT=gtk2 UNICODE=1" +PORTFLAGS=""