mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-07-09 12:50:50 +00:00
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:
parent
f75b9a2915
commit
471ad33f79
|
@ -65,8 +65,8 @@ USER 1027
|
||||||
RUN \
|
RUN \
|
||||||
# mingw-w64-clang -- MinGW wrapper for host clang
|
# mingw-w64-clang -- MinGW wrapper for host clang
|
||||||
cd && \
|
cd && \
|
||||||
git clone https://aur.archlinux.org/mingw-w64-clang-git.git && \
|
git clone https://aur.archlinux.org/mingw-w64-wclang-git.git && \
|
||||||
cd mingw-w64-clang-git && \
|
cd mingw-w64-wclang-git && \
|
||||||
makepkg -si --noconfirm --noprogressbar && \
|
makepkg -si --noconfirm --noprogressbar && \
|
||||||
# mingw-w64-fmt
|
# mingw-w64-fmt
|
||||||
cd && \
|
cd && \
|
||||||
|
|
Loading…
Reference in a new issue