Skip to content

Commit 4dc4300

Browse files
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
1 parent 19a304b commit 4dc4300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/msi/lib/lib_files.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<File Name="libssl$(var.ssltag).dll" KeyPath="yes" />
2424
</Component>
2525
<Component Id="libffi.dll" Directory="DLLs" Guid="*">
26-
<File Name="libffi-7.dll" KeyPath="yes" />
26+
<File Name="libffi-8.dll" KeyPath="yes" />
2727
</Component>
2828
<Component Id="venvlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*">
2929
<File Name="python.exe" Source="venvlauncher.exe" KeyPath="yes" />

0 commit comments

Comments
 (0)