Fix for bug #404875: fix typo in setup.py
This commit is contained in:
parent
6335773434
commit
b69c758f3b
2
setup.py
2
setup.py
|
@ -398,7 +398,7 @@ class PyBuildExt(build_ext):
|
|||
# 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')):
|
||||
|
|
Loading…
Reference in New Issue