commit | b69c758f3bbbc9534d6a45b9b3cf5d14cbc3d48c | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Feb 28 19:49:57 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Feb 28 19:49:57 2001 +0000 |
tree | 546dd41f1918a921b41667f0124d4f361f7c1728 | |
parent | 6335773434403570ec6b05fd9b97c219b605c41a [diff] |
Fix for bug #404875: fix typo in setup.py
diff --git a/setup.py b/setup.py index f9524e6..a40715c 100644 --- a/setup.py +++ b/setup.py
@@ -398,7 +398,7 @@ # Curses support, requring the System V version of curses, often # provided by the ncurses library. if platform == 'sunos4': - include_dirs += ['/usr/5include'] + inc_dirs += ['/usr/5include'] lib_dirs += ['/usr/5lib'] if (self.compiler.find_library_file(lib_dirs, 'ncurses')):