Upgrade the Windows python version for debugging.

This commit is contained in:
David Anderson
2012-08-04 13:26:52 -07:00
parent f1e01a3cf6
commit 983e37a0be
+1 -1
View File
@@ -54,7 +54,7 @@ if ($reconf) {
} elsif ($^O eq "darwin") {
$result = `CC=clang CXX=clang python3 ../build/configure.py --enable-optimize`;
} else {
$result = `C:\\Python31\\Python.exe ..\\build\\configure.py --enable-optimize`;
$result = `C:\\Python32\\Python.exe ..\\build\\configure.py --enable-optimize`;
}
}
print "$result\n";