mirror of https://github.com/python/cpython
gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)
This commit is contained in:
parent
75ffac296e
commit
fd5580cd15
|
@ -0,0 +1,2 @@
|
|||
Fixes venv failure due to missing redirector executables in experimental
|
||||
free-threaded installs.
|
|
@ -159,11 +159,13 @@
|
|||
|
||||
<?endforeach ?>
|
||||
|
||||
<Component Id="venvlaunchert_d.pdb" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
||||
<File Name="venvlaunchert_d.pdb" KeyPath="yes" />
|
||||
<Component Id="venvlaunchert_d.exe" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
||||
<File Name="venvlaunchert_d.exe" KeyPath="yes" />
|
||||
<File Name="venvlaunchert_d.pdb" />
|
||||
</Component>
|
||||
<Component Id="venvwlaunchert_d.pdb" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
||||
<File Name="venvwlaunchert_d.pdb" KeyPath="yes" />
|
||||
<Component Id="venvwlaunchert_d.exe" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
|
||||
<File Name="venvwlaunchert_d.exe" KeyPath="yes" />
|
||||
<File Name="venvwlaunchert_d.pdb" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
|
Loading…
Reference in New Issue