mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ else:
|
||||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user