From 8d8e781fa0f143ab807c91f0ae1b932b0ca386ce Mon Sep 17 00:00:00 2001 From: lat9nq Date: Sat, 2 Jul 2022 17:56:25 -0400 Subject: [PATCH] mingw: Use wclang AUR package The clang one was deleted in favor of the other. For some odd reason, the old one still clones, but we should be moving to mingw-w64-wclang-git anyway. --- linux-mingw/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-mingw/Dockerfile b/linux-mingw/Dockerfile index be01fcd..2cc9253 100644 --- a/linux-mingw/Dockerfile +++ b/linux-mingw/Dockerfile @@ -65,8 +65,8 @@ USER 1027 RUN \ # mingw-w64-clang -- MinGW wrapper for host clang cd && \ - git clone https://aur.archlinux.org/mingw-w64-clang-git.git && \ - cd mingw-w64-clang-git && \ + git clone https://aur.archlinux.org/mingw-w64-wclang-git.git && \ + cd mingw-w64-wclang-git && \ makepkg -si --noconfirm --noprogressbar && \ # mingw-w64-fmt cd && \