From: adang1345 Date: Thu, 8 Feb 2024 21:42:45 +0000 (-0500) Subject: gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115176) X-Git-Tag: v3.13.0a4~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5914a211ef5542edd1f792c2684e373a42647b04;p=thirdparty%2FPython%2Fcpython.git gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115176) --- diff --git a/Misc/NEWS.d/next/Build/2024-02-08-19-36-20.gh-issue-115167.LB9nDK.rst b/Misc/NEWS.d/next/Build/2024-02-08-19-36-20.gh-issue-115167.LB9nDK.rst new file mode 100644 index 000000000000..c60c4a93fe89 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-02-08-19-36-20.gh-issue-115167.LB9nDK.rst @@ -0,0 +1 @@ +Avoid vendoring ``vcruntime140_threads.dll`` when building with Visual Studio 2022 version 17.8. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index fd5fbc9e910e..9c85e5efa4af 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -250,7 +250,7 @@ public override bool Execute() { - +