Merge pull request #597 from sergio91pt/mingw

mingw-w64: Use --enable-idl so widl can be used.
This commit is contained in:
Timothy Gu 2015-07-06 08:27:13 +08:00
commit 468b383354
1 changed files with 2 additions and 1 deletions

View File

@ -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