Skip to content

Commit 727a661

Browse files
authored
Merge pull request #15 from Kreijstal/patch-1
upgrade to msys2-hacks-20
2 parents 3f330e9 + 83a9fa3 commit 727a661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN apt update && \
1212
# Build and install patched WINE (see https://github.com/msys2/MSYS2-packages/issues/682)
1313
RUN git clone --filter=tree:0 https://gitlab.winehq.org/jhol/wine.git /tmp/winesrc && \
1414
cd /tmp/winesrc && \
15-
# https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-19
16-
git checkout f4ee66ef58d4e4b66ea3b11328d1bd2dda3da927 && \
15+
# https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-21
16+
git checkout 8ea3a1155e80d004aeeb5651f51e07d96a37a78c && \
1717
./configure --disable-tests --enable-win64 --with-mingw --enable-archs=x86_64,i386 && \
1818
make -j $(nproc) && \
1919
env DESTDIR=/wine make -j $(nproc) install && \

0 commit comments

Comments
 (0)