wxpython: hard code path to python to prevent virtual python issues

This commit is contained in:
Danny Rawlins 2014-01-27 18:59:07 +11:00
parent f451382be5
commit 833d5a6f16

View File

@ -17,7 +17,7 @@ build() {
CFLAGS="$CFLAGS -fno-strict-aliasing" \
CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
python setup.py \
/usr/bin/python setup.py \
WXPORT=gtk2 \
UNICODE=1 \
BUILD_GLCANVAS=1 \