mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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 @@ else:
|
|||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue