Skip to content

Commit

Permalink
Fix for bug #404875: fix typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akuchling committed Feb 28, 2001
1 parent 6335773 commit b69c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def detect_modules(self):
# 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')):
Expand Down

0 comments on commit b69c758

Please sign in to comment.