diff options
| author | Stefan Krah <skrah@bytereef.org> | 2012-06-25 13:20:51 (GMT) |
|---|---|---|
| committer | Stefan Krah <skrah@bytereef.org> | 2012-06-25 13:20:51 (GMT) |
| commit | ea1eda2a2984e0dd9e0b0311bb8a6766856547a4 (patch) | |
| tree | b33be958ab6a4c0290d0948eb718cdafd14cead4 | |
| parent | 65dd745fecd2468ab9471ef21bff7e0345470734 (diff) | |
| download | cpython-ea1eda2a2984e0dd9e0b0311bb8a6766856547a4.zip cpython-ea1eda2a2984e0dd9e0b0311bb8a6766856547a4.tar.gz cpython-ea1eda2a2984e0dd9e0b0311bb8a6766856547a4.tar.bz2 | |
Issue #15170: Try the HOST_PYTHON hack for 2.7.
| -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 |
