[windows] Updated LOCAL_PKG_LIST due to mxe evolutions

This commit is contained in:
Guillaume Jacquenot 2018-09-10 22:18:04 +02:00
parent 88a70df167
commit bd376c7ccb

View File

@ -84,7 +84,7 @@ RUN \
#
cd /usr/src/mxe && \
echo "MXE_TARGETS := ${MXE_TARGET_ARCH}-w64-mingw32.static${MXE_TARGET_THREAD}" > settings.mk && \
echo "LOCAL_PKG_LIST := gcc" >> settings.mk && \
echo "LOCAL_PKG_LIST := cc" >> settings.mk && \
echo ".DEFAULT local-pkg-list:" >> settings.mk && \
echo "local-pkg-list: \$(LOCAL_PKG_LIST)" >> settings.mk && \
#