Skip to content

Commit b8c3992

Browse files
committed
Use x86-64 mingw deb pkg always
1 parent 19be52a commit b8c3992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw64-ucrt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN cd mingw-w64-* && \
3434
# Install UCRT enabled deb-packages
3535
RUN dpkg -i mingw-w64-common_7.0.0-2_all.deb \
3636
mingw-w64-tools_7.0.0-2_$(dpkg --print-architecture).deb \
37-
mingw-w64-$(dpkg --print-architecture)-dev_7.0.0-2_all.deb
37+
mingw-w64-x86-64-dev_7.0.0-2_all.deb
3838

3939
# Download gcc-binutils sources for mingw
4040
RUN apt-get source binutils-mingw-w64 && \

0 commit comments

Comments
 (0)