mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
windows-x{64,86}: Bump MXE to 2016-10-25
This commit is contained in:
parent
32704fb4e4
commit
80993ad985
@ -48,10 +48,10 @@ ENV WINEARCH win64
|
|||||||
RUN wine hostname
|
RUN wine hostname
|
||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
# mxe master 2016-07-21
|
# mxe master 2016-10-25
|
||||||
RUN git clone https://github.com/mxe/mxe.git && \
|
RUN git clone https://github.com/mxe/mxe.git && \
|
||||||
cd mxe && \
|
cd mxe && \
|
||||||
git checkout 041ab69b457edd7b9944e6ae7b85f915e2596c2c
|
git checkout 2c8b747d9cf58672040ff7443d2c365dba978fa5
|
||||||
WORKDIR /usr/src/mxe
|
WORKDIR /usr/src/mxe
|
||||||
COPY settings.mk /usr/src/mxe/
|
COPY settings.mk /usr/src/mxe/
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
|
@ -48,10 +48,10 @@ ENV WINEARCH win32
|
|||||||
RUN wine hostname
|
RUN wine hostname
|
||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
# mxe master 2016-07-21
|
# mxe master 2016-10-25
|
||||||
RUN git clone https://github.com/mxe/mxe.git && \
|
RUN git clone https://github.com/mxe/mxe.git && \
|
||||||
cd mxe && \
|
cd mxe && \
|
||||||
git checkout 041ab69b457edd7b9944e6ae7b85f915e2596c2c
|
git checkout 2c8b747d9cf58672040ff7443d2c365dba978fa5
|
||||||
WORKDIR /usr/src/mxe
|
WORKDIR /usr/src/mxe
|
||||||
COPY settings.mk /usr/src/mxe/
|
COPY settings.mk /usr/src/mxe/
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
|
Loading…
Reference in New Issue
Block a user