Patch #1722225: Support QNX 6.

This commit is contained in:
Martin v. Löwis 2008-05-23 15:06:50 +00:00
parent badd7da622
commit 8c255e4173
9 changed files with 61 additions and 6 deletions

View file

@ -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: