mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Oops, only do that AIX hack on AIX.
This commit is contained in:
parent
4f880280c2
commit
b231e1ae18
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ def _init_posix():
|
|||
# On AIX, there are wrong paths to the linker scripts in the Makefile
|
||||
# -- these paths are relative to the Python source, but when installed
|
||||
# the scripts are in another directory.
|
||||
if sys.platform: # == 'aix4': # what about AIX 3.x ?
|
||||
if sys.platform == 'aix4': # what about AIX 3.x ?
|
||||
# Linker script is in the config directory, not in Modules as the
|
||||
# Makefile says.
|
||||
python_lib = get_python_lib(standard_lib=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue