From b9217e3d11928f93938787e7b8ab89e4cb179164 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 5 May 2015 01:32:42 -0400 Subject: [PATCH] windows-x86: Use older mingw-w64 based off GCC 4.9.2 instead of 5.1.0. --- windows-x86/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows-x86/Dockerfile b/windows-x86/Dockerfile index 2d22367..4896e1d 100644 --- a/windows-x86/Dockerfile +++ b/windows-x86/Dockerfile @@ -45,10 +45,10 @@ RUN dpkg --add-architecture i386 && \ wine hostname WORKDIR /usr/src -# mxe master 2015-05-04 +# mxe master 2015-03-12, prior to mingw-w64 update, which is based on GCC 5 RUN git clone https://github.com/mxe/mxe.git && \ cd mxe && \ - git checkout e56d6e7876a0a5253c4cce10a9198f0203d56923 + git checkout 149afe17a43c50c234dcadeb4a69e61e272a747a WORKDIR /usr/src/mxe COPY settings.mk /usr/src/mxe/ RUN make -j$(nproc)