mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
This commit is contained in:
parent
8110dbd470
commit
f1502d097c
22 changed files with 44 additions and 43 deletions
|
@ -2,7 +2,7 @@
|
|||
@echo off
|
||||
|
||||
set D=%~dp0
|
||||
set PCBUILD=%D%..\..\PCBuild\
|
||||
set PCBUILD=%D%..\..\PCbuild\
|
||||
|
||||
set HOST=
|
||||
set USER=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue