diff --git a/common.windows b/common.windows index 0b80c35..3e02e44 100644 --- a/common.windows +++ b/common.windows @@ -13,8 +13,8 @@ # ARG MXE_TARGET_THREAD= # -# mxe master 2018-09-08 -ARG MXE_GIT_TAG=842827a489087b77f51554655c0d4f48ddebd5a5 +# mxe master 2019-02-27 +ARG MXE_GIT_TAG=2ce5587c94fc355b2c826c786a3ee018479d88d1 ENV CMAKE_TOOLCHAIN_FILE /usr/src/mxe/usr/${MXE_TARGET_ARCH}-w64-mingw32.static${MXE_TARGET_THREAD}/share/cmake/mxe-conf.cmake @@ -50,6 +50,7 @@ RUN \ libssl-dev \ libxml-parser-perl \ libc6-dev-i386 \ + lzip \ make \ openssl \ p7zip-full \