mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
So the host ncurses includes and library are used instead of a mix of both, causing corrupted characters. Similar to the linux fix in commit6d3d09e232(linux: don't override HOSTCC for kconfig), except that we pass the linker flags in HOSTLDFLAGS. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit9255fd9fc7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>