Disable dependency tracking

This commit is contained in:
Rafal Kupiec 2023-12-14 21:51:41 +01:00
parent a458cb0219
commit c152b99327
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -552,6 +552,7 @@ mingw_build_crt()
ORIGPATH="${PATH}"
PATH="${BINDIR}/bin:${PATH}"
../configure \
--disable-dependency-tracking \
--host=${ARCH}-w64-mingw32 \
--prefix=${BINDIR}/${ARCH}-w64-mingw32 \
--with-sysroot=${BINDIR} \