X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5924e48d2e2261a3b50352aa7ec091b82e4c25e8..32485259c1342115488d219776dfebeb3d4d81b1:/wxPython/b?ds=inline

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