mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-21 23:55:41 +01: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
848fe22bed
commit
8d8e781fa0
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user