mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +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
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue