diff --git a/common.windows b/common.windows index a1a7a89..0b80c35 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 := cc" >> settings.mk && \ + echo "LOCAL_PKG_LIST := cc cmake" >> settings.mk && \ echo ".DEFAULT local-pkg-list:" >> settings.mk && \ echo "local-pkg-list: \$(LOCAL_PKG_LIST)" >> settings.mk && \ #