[Python-checkins] cpython (3.2): Issue #15171: Try the HOST_PYTHON hack for 3.2.

stefan.krah python-checkins at python.org
Mon Jun 25 15:04:35 CEST 2012


http://hg.python.org/cpython/rev/334ff92a8483
changeset:   77774:334ff92a8483
branch:      3.2
parent:      77763:95b071194ddd
user:        Stefan Krah <skrah at bytereef.org>
date:        Mon Jun 25 14:57:18 2012 +0200
summary:
  Issue #15171: Try the HOST_PYTHON hack for 3.2.

files:
  Tools/buildbot/build-amd64.bat |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list