ncurses: install lib on host build

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(backported from 1639ebcb06)
This commit is contained in:
Andy Walsh 2018-07-26 10:34:33 +02:00 committed by Jo-Philipp Wich
parent eb7ab27336
commit 08e73c9526

View File

@ -164,6 +164,8 @@ endef
define Host/Install
$(INSTALL_BIN) $(HOST_BUILD_DIR)/progs/tic $(STAGING_DIR_HOST)/bin/tic
$(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/lib/
$(INSTALL_DATA) $(HOST_BUILD_DIR)/lib/libncurses.a $(STAGING_DIR_HOSTPKG)/lib/
endef
$(eval $(call HostBuild))