Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f88028 commit b231e1aCopy full SHA for b231e1a
1 file changed
Lib/distutils/sysconfig.py
@@ -246,7 +246,7 @@ def _init_posix():
246
# On AIX, there are wrong paths to the linker scripts in the Makefile
247
# -- these paths are relative to the Python source, but when installed
248
# the scripts are in another directory.
249
- if sys.platform: # == 'aix4': # what about AIX 3.x ?
+ if sys.platform == 'aix4': # what about AIX 3.x ?
250
# Linker script is in the config directory, not in Modules as the
251
# Makefile says.
252
python_lib = get_python_lib(standard_lib=1)
0 commit comments