mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Fix for bug #404875: fix typo in setup.py
This commit is contained in:
parent
6335773434
commit
b69c758f3b
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue