Skip to content

Commit

Permalink
MISC: update mxe cross compiler to gcc-14 and recent libs
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Jun 16, 2024
1 parent df92275 commit 241cc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/Dockerfile-win
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apt-get -y install wget build-essential autoconf automake \
libtool-bin pkg-config gettext autoconf-archive \
xz-utils nsis meson

RUN wget -q https://github.com/swesterfeld/spectmorph-mxe/releases/download/2023-03-19/spectmorph-mxe-2023-03-19.tar.xz
RUN tar xf spectmorph-mxe-2023-03-19.tar.xz
RUN wget -q https://github.com/swesterfeld/spectmorph-mxe/releases/download/2024-06-16/spectmorph-mxe-2024-06-16.tar.xz
RUN tar xf spectmorph-mxe-2024-06-16.tar.xz

ADD . /spectmorph
WORKDIR /spectmorph
Expand Down

0 comments on commit 241cc2a

Please sign in to comment.