mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115176)
(cherry picked from commit 5914a211ef5542edd1f792c2684e373a42647b04) Co-authored-by: adang1345 <adang1345@gmail.com>
This commit is contained in:
parent
21e3b31424
commit
5fc2f5571d
@ -0,0 +1 @@
|
||||
Avoid vendoring ``vcruntime140_threads.dll`` when building with Visual Studio 2022 version 17.8.
|
||||
@ -233,7 +233,7 @@ public override bool Execute() {
|
||||
<VCRuntimeDLL Include="$(VCRuntimeDLL)" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="$(VCInstallDir) != '' and $(VCRuntimeDLL) == ''">
|
||||
<VCRuntimeDLL Include="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" />
|
||||
<VCRuntimeDLL Include="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" Exclude="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*_threads.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
<Warning Text="vcruntime*.dll not found under $(VCRedistDir)." Condition="@(VCRuntimeDLL) == ''" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user