Disable dependency tracking
This commit is contained in:
parent
a458cb0219
commit
c152b99327
@ -552,6 +552,7 @@ mingw_build_crt()
|
|||||||
ORIGPATH="${PATH}"
|
ORIGPATH="${PATH}"
|
||||||
PATH="${BINDIR}/bin:${PATH}"
|
PATH="${BINDIR}/bin:${PATH}"
|
||||||
../configure \
|
../configure \
|
||||||
|
--disable-dependency-tracking \
|
||||||
--host=${ARCH}-w64-mingw32 \
|
--host=${ARCH}-w64-mingw32 \
|
||||||
--prefix=${BINDIR}/${ARCH}-w64-mingw32 \
|
--prefix=${BINDIR}/${ARCH}-w64-mingw32 \
|
||||||
--with-sysroot=${BINDIR} \
|
--with-sysroot=${BINDIR} \
|
||||||
|
Loading…
Reference in New Issue
Block a user