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

This commit is contained in:
Tomas Kalibera 2020-04-16 13:15:36 +02:00 committed by Tony Theodore
parent 0f134143d0
commit ec11cc909e
1 changed files with 1 additions and 0 deletions

View File

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