Skip to content

Commit

Permalink
Merge pull request dockcross#843 from pschichtel/feature/mxe-upgrade
Browse files Browse the repository at this point in the history
Upgrade MXE to todays latest commit
  • Loading branch information
thewtex authored Jul 29, 2024
2 parents 3995c0c + 8bd9dd4 commit 13d3b71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common/common.windows
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# ARG MXE_TARGET_LINK=shared
#

# mxe master 2021-10-18
ARG MXE_GIT_TAG=8838ac3938cd8e47424a4cb5d3676d1ae9a4d670
# mxe master 2024-07-27
ARG MXE_GIT_TAG=9f349e0de62a4a68bfc0f13d835a6c685dae9daa

ENV CMAKE_TOOLCHAIN_FILE /usr/src/mxe/usr/${MXE_TARGET_ARCH}-w64-mingw32.${MXE_TARGET_LINK}${MXE_TARGET_THREAD}/share/cmake/mxe-conf.cmake

Expand Down Expand Up @@ -69,6 +69,7 @@ RUN \
wget \
wine \
xz-utils \
python3-mako \
&& \
#
# Install Wine
Expand Down

0 comments on commit 13d3b71

Please sign in to comment.