diff options
author | Michael Felt <aixtools@users.noreply.github.com> | 2019-04-08 00:51:33 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-04-08 00:51:33 (GMT) |
commit | b7eec94c0e86f8ac318b135ca9146fff32b7203a (patch) | |
tree | a8490dee08abace8b20ee69f7e8408b4773c8c54 /setup.py | |
parent | 6463ba3061bd311413d2951dc83c565907e10459 (diff) | |
download | cpython-b7eec94c0e86f8ac318b135ca9146fff32b7203a.zip cpython-b7eec94c0e86f8ac318b135ca9146fff32b7203a.tar.gz cpython-b7eec94c0e86f8ac318b135ca9146fff32b7203a.tar.bz2 |
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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') |