mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
(cherry picked from commit 76b22978bc
)
Co-authored-by: adang1345 <adang1345@gmail.com>
This commit is contained in:
parent
c707d38e70
commit
9a85f9d5dd
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