Fixed a potential python version problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@ shift
|
|||||||
|
|
||||||
python$PYVER -c "import sys;print '\n', sys.version, '\n'"
|
python$PYVER -c "import sys;print '\n', sys.version, '\n'"
|
||||||
|
|
||||||
WXPYVER=`python -c "import setup;print setup.VERSION"`
|
WXPYVER=`python$PYVER -c "import setup;print setup.VERSION"`
|
||||||
SETUP="python$PYVER -u setup.py"
|
SETUP="python$PYVER -u setup.py"
|
||||||
FLAGS="USE_SWIG=1 IN_CVS_TREE=1"
|
FLAGS="USE_SWIG=1 IN_CVS_TREE=1"
|
||||||
OTHERFLAGS=""
|
OTHERFLAGS=""
|
||||||
|
Reference in New Issue
Block a user