mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-21 10:15:10 +00:00
Any version of libncurses-dev will do. Not 5.x as in #20.
This commit is contained in:
@ -245,8 +245,7 @@ def build():
|
||||
find_executable('git')
|
||||
find_executable('yacc')
|
||||
|
||||
require_header('ncurses.h', 'c', 'libncurses5-dev package missing',
|
||||
'NCURSES_VERSION_MAJOR', 5)
|
||||
require_header('ncurses.h', 'c', 'libncurses-dev package missing')
|
||||
|
||||
py_ver = 'python%d.%d' % (sys.version_info.major, sys.version_info.minor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user