summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-02-10 05:33:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-02-10 05:33:26 (GMT)
commitc950f3635caa9b2dd562286baa51138e6e30dca1 (patch)
treeee5f2c4ce5fe0c32fc7e587b464dbe22c7ecab70 /Makefile
parent6e81d8db349e9672c3cd67b0b6c49b5405f806f2 (diff)
downloadmxe-c950f3635caa9b2dd562286baa51138e6e30dca1.zip
mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.gz
mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.bz2
various packages: enable shared builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1029ce5..789cdf9 100644
--- a/Makefile
+++ b/Makefile
@@ -287,6 +287,7 @@ $(PREFIX)/$(3)/installed/$(1): $(TOP_DIR)/src/$(1).mk \
build-only-$(1)_$(3): PKG = $(1)
build-only-$(1)_$(3): TARGET = $(3)
build-only-$(1)_$(3): BUILD_$(if $(findstring shared,$(3)),SHARED,STATIC) = TRUE
+build-only-$(1)_$(3): LIB_SUFFIX = $(if $(findstring shared,$(3)),dll,a)
build-only-$(1)_$(3): CMAKE_TOOLCHAIN_FILE = $(PREFIX)/$(3)/share/cmake/mxe-conf.cmake
build-only-$(1)_$(3):
$(if $(value $(call LOOKUP_PKG_RULE,$(1),BUILD,$(3))),