From bd376c7ccb8695fa8178c33229e49edd5a8e6801 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Mon, 10 Sep 2018 22:18:04 +0200 Subject: [PATCH] [windows] Updated LOCAL_PKG_LIST due to mxe evolutions --- common.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.windows b/common.windows index 7a7561c..a1a7a89 100644 --- a/common.windows +++ b/common.windows @@ -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 && \ #