commit | 8c255e4173cfc86ff7015b8f75dccf0d41b24003 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri May 23 15:06:50 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri May 23 15:06:50 2008 +0000 |
tree | 16f42f4f82367420f4c70a6faf7e97a4c43579b1 | |
parent | badd7da622460b8dd8405545f59da1e2c0ef79e6 [diff] [blame] |
Patch #1722225: Support QNX 6.
diff --git a/setup.py b/setup.py index 4663cec..79ad5aa 100644 --- a/setup.py +++ b/setup.py
@@ -1009,7 +1009,7 @@ 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: