From 62ba0428af54d449a7dffe109ad0693f1cd8b2d4 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Mon, 25 Jun 2012 14:57:18 +0200 Subject: [PATCH] Issue #15171: Try the HOST_PYTHON hack for 3.2. --- 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 5175c6231e7..e215a291368 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