summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-06-25 12:57:18 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-06-25 12:57:18 (GMT)
commit62ba0428af54d449a7dffe109ad0693f1cd8b2d4 (patch)
tree9b99326fb91d257d0e06dfb2dbae78ba23219b44
parentb5ba203709ec9e2e189e29cd5b200b03c7fe0843 (diff)
downloadcpython-62ba0428af54d449a7dffe109ad0693f1cd8b2d4.zip
cpython-62ba0428af54d449a7dffe109ad0693f1cd8b2d4.tar.gz
cpython-62ba0428af54d449a7dffe109ad0693f1cd8b2d4.tar.bz2
Issue #15171: Try the HOST_PYTHON hack for 3.2.
-rw-r--r--Tools/buildbot/build-amd64.bat1
1 files changed, 1 insertions, 0 deletions
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