Skip to content

Commit

Permalink
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanniwijaya authored Sep 7, 2021
1 parent 19a304b commit 4dc4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/msi/lib/lib_files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 4dc4300

Please sign in to comment.