summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-06 00:27:13 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-06 00:27:13 (GMT)
commit468b383354389a5da945f82e0276a962f5a5ca34 (patch)
treefac51a2892cecd181fc10e1dea1fc4b98564abab
parentcc95075c122f14efe443e3434ce96a30a5ea467b (diff)
parent3ad2f98da0e37bf66dfa13279b54567e8fd80dcb (diff)
downloadmxe-468b383354389a5da945f82e0276a962f5a5ca34.zip
mxe-468b383354389a5da945f82e0276a962f5a5ca34.tar.gz
mxe-468b383354389a5da945f82e0276a962f5a5ca34.tar.bz2
Merge pull request #597 from sergio91pt/mingw
mingw-w64: Use --enable-idl so widl can be used.
-rw-r--r--src/mingw-w64.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk
index c256759..5b9bf73 100644
--- a/src/mingw-w64.mk
+++ b/src/mingw-w64.mk
@@ -22,7 +22,8 @@ define $(PKG)_BUILD_mingw-w64
cd '$(1).headers-build' && '$(1)/mingw-w64-headers/configure' \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
- --enable-sdk=all
+ --enable-sdk=all \
+ --enable-idl
$(MAKE) -C '$(1).headers-build' install
endef