diff options
author | Steve Dower <steve.dower@python.org> | 2024-05-07 21:01:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 21:01:18 (GMT) |
commit | 460546529b0959ce9528dec1c5cd836dcc04ad2c (patch) | |
tree | 75764579172e9e1c5ee3a1cf9699965e1632bd3e /Misc | |
parent | f5488550614858fdc7b442076fe73bdfa3cdd738 (diff) | |
download | cpython-460546529b0959ce9528dec1c5cd836dcc04ad2c.zip cpython-460546529b0959ce9528dec1c5cd836dcc04ad2c.tar.gz cpython-460546529b0959ce9528dec1c5cd836dcc04ad2c.tar.bz2 |
gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-05-07-21-15-47.gh-issue-118734.--GHiS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-05-07-21-15-47.gh-issue-118734.--GHiS.rst b/Misc/NEWS.d/next/Build/2024-05-07-21-15-47.gh-issue-118734.--GHiS.rst new file mode 100644 index 0000000..40e8e06 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-05-07-21-15-47.gh-issue-118734.--GHiS.rst @@ -0,0 +1,2 @@ +Fixes Windows build when invoked directly (not through the :file:`build.bat` +script) without specifying a value for ``UseTIER2``. |