mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Patch #1722225: Support QNX 6.
This commit is contained in:
parent
badd7da622
commit
8c255e4173
9 changed files with 61 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -1009,7 +1009,7 @@ class PyBuildExt(build_ext):
|
|||
missing.append('resource')
|
||||
|
||||
# Sun yellow pages. Some systems have the functions in libc.
|
||||
if platform not in ['cygwin', 'atheos']:
|
||||
if platform not in ['cygwin', 'atheos', 'qnx6']:
|
||||
if (self.compiler.find_library_file(lib_dirs, 'nsl')):
|
||||
libs = ['nsl']
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue