summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a7c765..e526af8 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,10 @@ MXE_CONFIGURE_OPTS = \
--disable-static --enable-shared ) \
$(MXE_DISABLE_DOC_OPTS)
+PKG_CONFIGURE_OPTS = \
+ $(_$(PKG)_CONFIGURE_OPTS) \
+ $($(PKG)_CONFIGURE_OPTS)
+
# GCC threads and exceptions
MXE_GCC_THREADS = \
$(if $(findstring posix,$(or $(TARGET),$(1))),posix,win32)