]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
authorgiovanniwijaya <16949408+giovanniwijaya@users.noreply.github.com>
Tue, 7 Sep 2021 19:18:32 +0000 (03:18 +0800)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 19:18:32 +0000 (20:18 +0100)
Tools/msi/lib/lib_files.wxs

index 037fc38f1d9cbf6b461a869d1bad31ed5c00d03d..64c046e6dd91086d75fcaa4bbf2e9619f4ffbdfa 100644 (file)
@@ -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" />