Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
parent
5409c8d84d
commit
75c23bddbe
|
@ -949,6 +949,8 @@ Tools/Demos
|
|||
Build
|
||||
-----
|
||||
|
||||
- Bug #1746880: Correctly install DLLs into system32 folder on Win64.
|
||||
|
||||
- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
|
||||
|
||||
- Stop supporting AtheOS and cause a build error in configure for the platform.
|
||||
|
|
|
@ -167,7 +167,7 @@ else:
|
|||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
|
Loading…
Reference in New Issue