From ea1eda2a2984e0dd9e0b0311bb8a6766856547a4 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Mon, 25 Jun 2012 15:20:51 +0200 Subject: Issue #15170: Try the HOST_PYTHON hack for 2.7. --- Tools/buildbot/build-amd64.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index 5175c62..e215a29 100644 --- a/Tools/buildbot/build-amd64.bat +++ b/Tools/buildbot/build-amd64.bat @@ -1,4 +1,5 @@ @rem Used by the buildbot "compile" step. +set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe cmd /c Tools\buildbot\external-amd64.bat call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 cmd /c Tools\buildbot\clean-amd64.bat -- cgit v0.12