[Lldb-commits] [clang] [compiler-rt] [lldb] [llvm] [Support] Remove terminfo dependency (PR #92865)

Bernhard Kaindl via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 31 16:13:40 PDT 2024


bernhardkaindl wrote:

Thanks @JDevlieghere! Could you add this special case?

The authoritatively established and supported way to link with `ncurses` on most Linux platforms would be to use `pkg-config --libs ncurses` to the `LDFLAGS` for `ncurses` for the given compile target.

https://github.com/llvm/llvm-project/pull/92865


More information about the lldb-commits mailing list