mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
This commit is contained in:
parent
3a04be986a
commit
76b22978bc
@ -0,0 +1 @@
|
||||
Fix error installing C runtime on non-updated Windows machines
|
||||
@ -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" ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user