gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)

This commit is contained in:
adang1345
2025-09-17 09:32:52 -04:00
committed by GitHub
parent 3a04be986a
commit 76b22978bc
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
Fix error installing C runtime on non-updated Windows machines

View File

@@ -106,11 +106,11 @@
<Variable Name="SimpleInstallDescription" Value="" bal:Overridable="yes" />
<Chain ParallelCache="yes">
<PackageGroupRef Id="core" />
<PackageGroupRef Id="exe" />
<?if $(var.Platform)!="ARM64" ?>
<PackageGroupRef Id="crt" />
<?endif ?>
<PackageGroupRef Id="core" />
<PackageGroupRef Id="exe" />
<PackageGroupRef Id="dev" />
<PackageGroupRef Id="lib" />
<?if $(var.IncludeFreethreaded)~="true" ?>