Issue #15171: Try the HOST_PYTHON hack for 3.2.
This commit is contained in:
parent
b5ba203709
commit
62ba0428af
|
@ -1,4 +1,5 @@
|
||||||
@rem Used by the buildbot "compile" step.
|
@rem Used by the buildbot "compile" step.
|
||||||
|
set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe
|
||||||
cmd /c Tools\buildbot\external-amd64.bat
|
cmd /c Tools\buildbot\external-amd64.bat
|
||||||
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
|
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
|
||||||
cmd /c Tools\buildbot\clean-amd64.bat
|
cmd /c Tools\buildbot\clean-amd64.bat
|
||||||
|
|
Loading…
Reference in New Issue