Skip to content

Commit

Permalink
Use x86-64 mingw deb pkg always
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Dec 17, 2022
1 parent 19be52a commit b8c3992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw64-ucrt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN cd mingw-w64-* && \
# Install UCRT enabled deb-packages
RUN dpkg -i mingw-w64-common_7.0.0-2_all.deb \
mingw-w64-tools_7.0.0-2_$(dpkg --print-architecture).deb \
mingw-w64-$(dpkg --print-architecture)-dev_7.0.0-2_all.deb
mingw-w64-x86-64-dev_7.0.0-2_all.deb

# Download gcc-binutils sources for mingw
RUN apt-get source binutils-mingw-w64 && \
Expand Down

0 comments on commit b8c3992

Please sign in to comment.