Skip to content

Commit ca4e7f2

Browse files
author
akuchling
committed
Fix for bug #404875: fix typo in setup.py
git-svn-id: http://svn.python.org/projects/python/trunk@19717 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 9b9c1d8 commit ca4e7f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def detect_modules(self):
398398
# Curses support, requring the System V version of curses, often
399399
# provided by the ncurses library.
400400
if platform == 'sunos4':
401-
include_dirs += ['/usr/5include']
401+
inc_dirs += ['/usr/5include']
402402
lib_dirs += ['/usr/5lib']
403403

404404
if (self.compiler.find_library_file(lib_dirs, 'ncurses')):

0 commit comments

Comments
 (0)