windows-x64: Migrate to MXE.

This commit is contained in:
Matt McCormick
2015-05-06 00:08:21 -04:00
parent b9217e3d11
commit f14d99c661
4 changed files with 67 additions and 13 deletions

View File

@ -41,11 +41,12 @@ RUN apt-get update && apt-get -y install \
# Set up wine
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y wine32 && \
wine hostname
apt-get install -y wine32
ENV WINEARCH win32
RUN wine hostname
WORKDIR /usr/src
# mxe master 2015-03-12, prior to mingw-w64 update, which is based on GCC 5
# mxe master 2015-03-12, prior to mingw-w64 update, based on GCC 4
RUN git clone https://github.com/mxe/mxe.git && \
cd mxe && \
git checkout 149afe17a43c50c234dcadeb4a69e61e272a747a