mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
parent
4902e69e40
commit
47cc2a00a1
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ def build_mingw_lib(lib_file, def_file, dll_file, mingw_lib):
|
|||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue