|
|
|
@ -35,7 +35,7 @@ build_wxpython() { |
|
|
|
|
|
|
|
echo "Building wxPython.." |
|
|
|
cd wxPython |
|
|
|
python setup.py WXPORT=$WXPORT WX_CONFIG=$WX_CONFIG build_ext --inplace |
|
|
|
python setup.py WXPORT=$WXPORT WX_CONFIG=$WX_CONFIG install |
|
|
|
python setup.py WXPORT=$WXPORT WX_CONFIG=$WX_CONFIG BUILD_STC=0 BUILD_GIZMOS=0 build_ext --inplace |
|
|
|
python setup.py WXPORT=$WXPORT WX_CONFIG=$WX_CONFIG BUILD_STC=0 BUILD_GIZMOS=0 install |
|
|
|
} |
|
|
|
|