mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
parent
d4c096900b
commit
aa1e005d26
2 changed files with 4 additions and 2 deletions
|
@ -113,6 +113,8 @@ Documentation
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Bug #1746880: Correctly install DLLs into system32 folder on Win64.
|
||||||
|
|
||||||
- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
|
- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
|
||||||
|
|
||||||
- Patch #1673122: Use an explicit path to libtool when building a framework.
|
- Patch #1673122: Use an explicit path to libtool when building a framework.
|
||||||
|
|
|
@ -166,7 +166,7 @@ else:
|
||||||
testprefix = ''
|
testprefix = ''
|
||||||
|
|
||||||
if msilib.Win64:
|
if msilib.Win64:
|
||||||
SystemFolderName = "[SystemFolder64]"
|
SystemFolderName = "[System64Folder]"
|
||||||
else:
|
else:
|
||||||
SystemFolderName = "[SystemFolder]"
|
SystemFolderName = "[SystemFolder]"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue