mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
@@ -168,7 +168,7 @@ else:
|
||||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user