8000 Additional diagnostics · python/cpython@e7d917f · GitHub
[go: up one dir, main page]

Skip to content

Commit e7d917f

Browse files
committed
Additional diagnostics
1 parent 5a56006 commit e7d917f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PCbuild/pyproject.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,11 @@ public override bool Execute() {
215215

216216
<ItemGroup Condition="$(VCInstallDir) != ''">
217217
<VCRuntimeDLL Include="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" />
218+
<_AllRedist Include="$(VCInstallDir)\Redist\**" />
218219
</ItemGroup>
219220

220-
<Warning Text="vcruntime14*.dll not found under $(VCInstallDir)" Condition="@(VCRuntimeDLL) == ''" />
221+
<Warning Text="vcruntime14*.dll not found under $(VCRedistDir)." Condition="@(VCRuntimeDLL) == ''" />
222+
<Message Text="Found @(_AllRedist,'%0A')" Importance="high" Condition="@(VCRuntimeDLL) == ''" />
221223
<Message Text="VCRuntimeDLL: @(VCRuntimeDLL)" Importance="high" />
222224
</Target>
223225
</Project>

0 commit comments

Comments
 (0)
0