mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
This commit is contained in:
parent
19a304ba99
commit
4dc4300c68
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<File Name="libssl$(var.ssltag).dll" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="libffi.dll" Directory="DLLs" Guid="*">
|
||||
<File Name="libffi-7.dll" KeyPath="yes" />
|
||||
<File Name="libffi-8.dll" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="venvlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*">
|
||||
<File Name="python.exe" Source="venvlauncher.exe" KeyPath="yes" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue