mirror of
https://github.com/python/cpython.git
synced 2025-11-20 19:06:50 +00:00
gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)
This commit is contained in:
parent
75ffac296e
commit
fd5580cd15
2 changed files with 8 additions and 4 deletions
|
|
@ -0,0 +1,2 @@
|
||||||
|
Fixes venv failure due to missing redirector executables in experimental
|
||||||
|
free-threaded installs.
|
||||||
|
|
@ -159,11 +159,13 @@
|
||||||
|
|
||||||
<?endforeach ?>
|
<?endforeach ?>
|
||||||
|
|
||||||
<Component Id="venvlaunchert_d.pdb" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
<Component Id="venvlaunchert_d.exe" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
||||||
<File Name="venvlaunchert_d.pdb" KeyPath="yes" />
|
<File Name="venvlaunchert_d.exe" KeyPath="yes" />
|
||||||
|
<File Name="venvlaunchert_d.pdb" />
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="venvwlaunchert_d.pdb" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
<Component Id="venvwlaunchert_d.exe" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
||||||
<File Name="venvwlaunchert_d.pdb" KeyPath="yes" />
|
<File Name="venvwlaunchert_d.exe" KeyPath="yes" />
|
||||||
|
<File Name="venvwlaunchert_d.pdb" />
|
||||||
</Component>
|
</Component>
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue