The default msvcrt must be the same for mingw-w64 headers and crt.

pull/2486/head
Tomas Kalibera 4 years ago
parent 0f134143d0
commit c08a45a72f

@ -60,6 +60,7 @@ define $(PKG)_BUILD_mingw-w64
cd '$(BUILD_DIR).headers' && '$(BUILD_DIR)/$(mingw-w64_SUBDIR)/mingw-w64-headers/configure' \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--with-default-msvcrt=msvcrt \
--enable-sdk=all \
--enable-idl \
--enable-secure-api \

Loading…
Cancel
Save