mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
parent
5409c8d84d
commit
75c23bddbe
2 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,7 @@ else:
|
|||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue