Changeset 27 for python


Ignore:
Timestamp:
Sep 22, 2010, 3:05:47 PM (15 years ago)
Author:
Yuri Dario
Message:

python: add tinfo to required libraries for ncurses module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/setup.py

    r10 r27  
    11001100                                   libraries = curses_libs) )
    11011101        elif (self.compiler.find_library_file(lib_dirs, 'ncurses')):
    1102             curses_libs = ['ncurses']
     1102            curses_libs = ['ncurses', 'tinfo']
    11031103            exts.append( Extension('_curses', ['_cursesmodule.c'],
    11041104                                   libraries = curses_libs) )
Note: See TracChangeset for help on using the changeset viewer.