ncurses: install lib on host build

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
master
Andy Walsh 6 years ago committed by John Crispin
parent 7d7323bccd
commit 1639ebcb06
  1. 2
      package/libs/ncurses/Makefile

@ -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))

Loading…
Cancel
Save