We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a304b commit 4dc4300Copy full SHA for 4dc4300
Tools/msi/lib/lib_files.wxs
@@ -23,7 +23,7 @@
23
<File Name="libssl$(var.ssltag).dll" KeyPath="yes" />
24
</Component>
25
<Component Id="libffi.dll" Directory="DLLs" Guid="*">
26
- <File Name="libffi-7.dll" KeyPath="yes" />
+ <File Name="libffi-8.dll" KeyPath="yes" />
27
28
<Component Id="venvlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*">
29
<File Name="python.exe" Source="venvlauncher.exe" KeyPath="yes" />
0 commit comments