Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47cc2a0

Browse files
committed
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
1 parent 4902e69 commit 47cc2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def build_mingw_lib(lib_file, def_file, dll_file, mingw_lib):
168168
testprefix = ''
169169

170170
if msilib.Win64:
171-
SystemFolderName = "[SystemFolder64]"
171+
SystemFolderName = "[System64Folder]"
172172
else:
173173
SystemFolderName = "[SystemFolder]"
174174

0 commit comments

Comments
 (0)