Skip to content
Commit c0f975af authored by John Millikin's avatar John Millikin Committed by Masahiro Yamada
Browse files

kconfig: Support building mconf with vendor sysroot ncurses



Changes the final fallback path in the ncurses locator for mconf
to support host compilers with a non-default sysroot.

This is similar to the hardcoded search for ncurses under
'/usr/include', but can support compilers that keep their default
header and library directories elsewhere.

For nconfig, do nothing because the only vendor compiler I'm aware
of with this layout (Apple Clang) ships an ncurses version that's too
old for nconfig anyway.

Signed-off-by: default avatarJohn Millikin <john@john-millikin.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent d39648eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment