mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 09:54:09 +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
848fe22bed
commit
8d8e781fa0
1 changed files with 2 additions and 2 deletions
|
@ -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