]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix msys2 not installing any packages because it can't find clang (#6655)
authorfauxpark <fauxpark@gmail.com>
Mon, 2 Sep 2019 14:09:09 +0000 (00:09 +1000)
committerDanny <nooges@users.noreply.github.com>
Mon, 2 Sep 2019 14:09:09 +0000 (10:09 -0400)
util/msys2_install.sh

index ac9a6c7694e309918781294f2f3c731d9589577f..58397c7a3fff5913ce882dd8e24a7618eafb4ca3 100755 (executable)
@@ -8,7 +8,7 @@ installflip=false
 util_dir=$(dirname "$0")
 
 echo "Installing dependencies needed for the installation (quazip)"
-pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/clang msys/git msys/p7zip msys/python3 msys/unzip
+pacman --needed -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang msys/git msys/p7zip msys/python3 msys/unzip
 
 source "$dir/win_shared_install.sh"