Issue #15171: Try the HOST_PYTHON hack for 3.2.

This commit is contained in:
Stefan Krah 2012-06-25 14:57:18 +02:00
parent b5ba203709
commit 62ba0428af
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@rem Used by the buildbot "compile" step. @rem Used by the buildbot "compile" step.
set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe
cmd /c Tools\buildbot\external-amd64.bat cmd /c Tools\buildbot\external-amd64.bat
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cmd /c Tools\buildbot\clean-amd64.bat cmd /c Tools\buildbot\clean-amd64.bat