diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-07 00:04:10 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-07 00:04:10 (GMT) |
commit | 0879bc3b136eafd2595ad95b4d40e52fdf95f90c (patch) | |
tree | 969d4d5ce84a04402dbf08dab13648d033f5939c /src/termcap.mk | |
parent | 9df33640b514f32ca3ab69fcb93999b53a3c2067 (diff) | |
download | mxe-0879bc3b136eafd2595ad95b4d40e52fdf95f90c.zip mxe-0879bc3b136eafd2595ad95b4d40e52fdf95f90c.tar.gz mxe-0879bc3b136eafd2595ad95b4d40e52fdf95f90c.tar.bz2 |
termcap: really build *.dll
Diffstat (limited to 'src/termcap.mk')
-rw-r--r-- | src/termcap.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/termcap.mk b/src/termcap.mk index 867b04c..0a90ed9 100644 --- a/src/termcap.mk +++ b/src/termcap.mk @@ -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 |