More steps on the sip 4.16 journey.

This commit is contained in:
Robin Dunn
2015-03-20 12:05:24 -07:00
parent 91110d0db6
commit 421dafaf2e
4 changed files with 182 additions and 59 deletions

8
b
View File

@@ -2,10 +2,10 @@
##set -o xtrace
PYVER=2.7
PYVER2=27
#PYVER=3.2
#PYVER2=32
#PYVER=2.7
#PYVER2=27
PYVER=3.4
PYVER2=34
if [ "$OSTYPE" = "cygwin" ]; then
$TOOLS/python$PYVER2/python.exe -u build.py "$@"