diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 11:50:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 11:50:36 +0000 |
commit | f3436737a6492c61e45e7597ef7d09be3f49117e (patch) | |
tree | bb150d6124e78e6a2d3a06ab7c5fad93f4c1dca0 /project | |
parent | 0643f4d6c71f9d651e014ed6836320c6c6b429b9 (diff) | |
download | sbpython3-f3436737a6492c61e45e7597ef7d09be3f49117e.tar.bz2 sbpython3-f3436737a6492c61e45e7597ef7d09be3f49117e.tar.xz |
project: use the correct [lib]tinfo variant.
Diffstat (limited to 'project')
-rw-r--r-- | project/config/cfgdefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 544bf5b..eb6021a 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -307,7 +307,7 @@ cfgdefs_perform_common_tests() # ncurses libs (common part) mb_ncurses_libs='-lpanelw -lncursesw' - mb_ncurses_tinfo='-ltinfo' + mb_ncurses_tinfo='-ltinfow' if cfgtest_library_presence $mb_ncurses_tinfo; then mb_ncurses_libs="$mb_ncurses_libs $mb_ncurses_tinfo" |