summaryrefslogtreecommitdiffstats
path: root/src/wxwidgets.mk
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2017-05-26 15:59:23 (GMT)
committerdarealshinji <djcj@gmx.de>2017-07-01 10:00:09 (GMT)
commit47270558e3503d6598b96037583cf02b5809a97a (patch)
tree15c0aaea05af664e3d021355121d5567b5c06205 /src/wxwidgets.mk
parentaba6619f33b6fbc41693bc90fdf419067a7abf6f (diff)
downloadmxe-47270558e3503d6598b96037583cf02b5809a97a.zip
mxe-47270558e3503d6598b96037583cf02b5809a97a.tar.gz
mxe-47270558e3503d6598b96037583cf02b5809a97a.tar.bz2
wxwidgets: enable DLLs
Diffstat (limited to 'src/wxwidgets.mk')
-rw-r--r--src/wxwidgets.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk
index d8fd916..969ee91 100644
--- a/src/wxwidgets.mk
+++ b/src/wxwidgets.mk
@@ -18,10 +18,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_CONFIGURE_OPTS
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--enable-gui \
--disable-stl \
--enable-threads \
@@ -67,6 +64,7 @@ define $(PKG)_BUILD
-$(MAKE) -C '$(1).unicode/locale' -j '$(JOBS)' allmo \
$(MXE_DISABLE_CRUFT)
$(MAKE) -C '$(1).unicode' -j 1 install \
+ $(if $(BUILD_SHARED),DLLDEST='/../bin') \
$(MXE_DISABLE_CRUFT) __install_wxrc___depname=
$(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/wx-config' \
'$(PREFIX)/bin/$(TARGET)-wx-config'
@@ -78,4 +76,3 @@ define $(PKG)_BUILD
`'$(TARGET)-wx-config' --cflags --libs`
endef
-$(PKG)_BUILD_SHARED =