default is gtk2 & unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4b960c0f84
commit
0453da6205
@ -33,7 +33,8 @@ 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=""
|
||||
PORTFLAGS="WXPORT=gtk2 UNICODE=1"
|
||||
|
||||
|
||||
|
||||
if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user