build: add clang to ./installdeps for MSYS2
Add clang when installing for CLANG* environments in MSYS2 because this package is no longer included by default in the set of packages we install. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
3ec8960f1a
commit
404e9a1a55
|
@ -1139,10 +1139,10 @@ windows_installdeps() {
|
|||
|
||||
case "$target" in
|
||||
*clang*)
|
||||
pkgs="lldb"
|
||||
pkgs="lldb clang"
|
||||
;;
|
||||
*)
|
||||
pkgs="$pkgs gcc gcc-libs gcc-libgfortran"
|
||||
pkgs="gcc gcc-libs gcc-libgfortran"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue