Upgrade the Windows python version for debugging.
This commit is contained in:
parent
f1e01a3cf6
commit
983e37a0be
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user