termcap: really build *.dll

This commit is contained in:
Tony Theodore 2015-12-07 11:04:10 +11:00
parent 9df33640b5
commit 0879bc3b13
1 changed files with 4 additions and 0 deletions

View File

@ -26,4 +26,8 @@ define $(PKG)_BUILD
AR='$(TARGET)-ar' \
oldincludedir= \
install
# no shared support in configure/Makefile
$(if $(BUILD_SHARED), \
$(MAKE_SHARED_FROM_STATIC) '$(1)/libtermcap.a')
endef