================
@@ -11,6 +11,9 @@ set(LLDB_LIBEDIT_LIBS)
if (LLDB_ENABLE_CURSES)
list(APPEND LLDB_CURSES_LIBS ${PANEL_LIBRARIES} ${CURSES_LIBRARIES})
+ if(NOT CURSES_HAS_TINFO)
+ list(APPEND LLDB_CURSES_LIBS ${TINFO_LIBRARIES})
+ endif()
----------------
ajordanr-google wrote:
I think that should be fine. Will test, and upload!
https://github.com/llvm/llvm-project/pull/126810
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits