mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
This commit is contained in:
parent
6463ba3061
commit
b7eec94c0e
4 changed files with 4 additions and 4 deletions
3
setup.py
3
setup.py
|
@ -1882,9 +1882,6 @@ class PyBuildExt(build_ext):
|
|||
libs.append('tk'+ version)
|
||||
libs.append('tcl'+ version)
|
||||
|
||||
if HOST_PLATFORM in ['aix3', 'aix4']:
|
||||
libs.append('ld')
|
||||
|
||||
# Finally, link with the X11 libraries (not appropriate on cygwin)
|
||||
if not CYGWIN:
|
||||
libs.append('X11')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue