Bump mingw32-python build to use 2.7.9 (2.7.10 is broken)

This commit is contained in:
pancake 2015-05-28 14:52:58 +02:00
parent 2ebaeef7e5
commit 7194525554
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
cd `dirname $PWD/$0`
cd _work
wget -c http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi
msiexec /i python-2.7.2.msi
curl -o python-2.7.9.msi http://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
msiexec /i python-2.7.9.msi