diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-06-24 17:04:35 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-06-24 17:04:35 (GMT) |
commit | 318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a (patch) | |
tree | 7524de1608acc9e9450b247764627388c358b1ff /Tools/buildbot | |
parent | 03b9ad05d664ba7b4f6038db2d213f47821a63a9 (diff) | |
download | cpython-318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a.zip cpython-318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a.tar.gz cpython-318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a.tar.bz2 |
Issue #15102: Fix paths of python executables.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/build-amd64.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index 569c451..7ee7b2d 100644 --- a/Tools/buildbot/build-amd64.bat +++ b/Tools/buildbot/build-amd64.bat @@ -1,5 +1,4 @@ @rem Used by the buildbot "compile" step. -set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe cmd /c Tools\buildbot\external-amd64.bat call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 cmd /c Tools\buildbot\clean-amd64.bat |