diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-09-03 00:09:09 +1000 |
|---|---|---|
| committer | Danny <nooges@users.noreply.github.com> | 2019-09-02 10:09:09 -0400 |
| commit | 5095a999b7e99c2a087837ea4360b8e53c11f219 (patch) | |
| tree | 00b56de901e5045466ddf06ab267d859c1e70052 | |
| parent | bf558e42fda6ab83c811924fed9da0b4385c5a70 (diff) | |
| download | qmk_firmware-5095a999b7e99c2a087837ea4360b8e53c11f219.tar.gz qmk_firmware-5095a999b7e99c2a087837ea4360b8e53c11f219.zip | |
Fix msys2 not installing any packages because it can't find clang (#6655)
| -rwxr-xr-x | util/msys2_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh index ac9a6c769..58397c7a3 100755 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh | |||
| @@ -8,7 +8,7 @@ installflip=false | |||
| 8 | util_dir=$(dirname "$0") | 8 | util_dir=$(dirname "$0") |
| 9 | 9 | ||
| 10 | echo "Installing dependencies needed for the installation (quazip)" | 10 | echo "Installing dependencies needed for the installation (quazip)" |
| 11 | pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/clang msys/git msys/p7zip msys/python3 msys/unzip | 11 | pacman --needed -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang msys/git msys/p7zip msys/python3 msys/unzip |
| 12 | 12 | ||
| 13 | source "$dir/win_shared_install.sh" | 13 | source "$dir/win_shared_install.sh" |
| 14 | 14 | ||
