Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit235c54f

Browse files
gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115176)
(cherry picked from commit5914a21)Co-authored-by: adang1345 <adang1345@gmail.com>
1 parent108ff59 commit235c54f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Avoid vendoring ``vcruntime140_threads.dll`` when building with Visual Studio 2022 version 17.8.

‎PCbuild/pyproject.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public override bool Execute() {
236236
<VCRuntimeDLLInclude="$(VCRuntimeDLL)" />
237237
</ItemGroup>
238238
<ItemGroupCondition="$(VCInstallDir) != '' and $(VCRuntimeDLL) == ''">
239-
<VCRuntimeDLLInclude="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" />
239+
<VCRuntimeDLLInclude="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll"Exclude="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*_threads.dll"/>
240240
</ItemGroup>
241241

242242
<WarningText="vcruntime*.dll not found under $(VCRedistDir)."Condition="@(VCRuntimeDLL) == ''" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp