mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -23,7 +23,7 @@ BASE_PREFIX = os.path.normpath(sys.base_prefix)
|
|||
BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix)
|
||||
|
||||
# Path to the base directory of the project. On Windows the binary may
|
||||
# live in project/PCBuild/win32 or project/PCBuild/amd64.
|
||||
# live in project/PCbuild/win32 or project/PCbuild/amd64.
|
||||
# set for cross builds
|
||||
if "_PYTHON_PROJECT_BASE" in os.environ:
|
||||
project_base = os.path.abspath(os.environ["_PYTHON_PROJECT_BASE"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue