diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-06-25 12:57:18 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-06-25 12:57:18 (GMT) |
commit | 62ba0428af54d449a7dffe109ad0693f1cd8b2d4 (patch) | |
tree | 9b99326fb91d257d0e06dfb2dbae78ba23219b44 /Tools/buildbot | |
parent | b5ba203709ec9e2e189e29cd5b200b03c7fe0843 (diff) | |
download | cpython-62ba0428af54d449a7dffe109ad0693f1cd8b2d4.zip cpython-62ba0428af54d449a7dffe109ad0693f1cd8b2d4.tar.gz cpython-62ba0428af54d449a7dffe109ad0693f1cd8b2d4.tar.bz2 |
Issue #15171: Try the HOST_PYTHON hack for 3.2.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | 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 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 |