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.
This commit is contained in:
lat9nq 2022-07-02 17:56:25 -04:00
parent 848fe22bed
commit 8d8e781fa0

View File

@ -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 && \