X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdac31bad6435cd9747627f192f1c71e4c51d825..9469cc5a321a48aba8919e12e233020b9a2e9cee:/wxPython/b?ds=sidebyside diff --git a/wxPython/b b/wxPython/b index ffbfea4b23..e748313184 100755 --- a/wxPython/b +++ b/wxPython/b @@ -36,8 +36,9 @@ OTHERFLAGS="" PORTFLAGS="" -if [ "$1" = "gtk1" ]; then - PORTFLAGS="" + +if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then + PORTFLAGS="WXPORT=gtk UNICODE=0" shift elif [ "$1" = "gtk2" ]; then PORTFLAGS="WXPORT=gtk2 UNICODE=1"