mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Issue #15170: Quote the variable that expands to the current directory.
This commit is contained in:
parent
e0afb72402
commit
a14a06fe0e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +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
|
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…
Add table
Add a link
Reference in a new issue