diff options
Diffstat (limited to 'util')
| -rw-r--r-- | 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 85f4e5f6c..de03b89ac 100644 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh | |||
| @@ -7,7 +7,7 @@ armtools=gcc-arm-none-eabi | |||
| 7 | installflip=false | 7 | installflip=false |
| 8 | 8 | ||
| 9 | echo "Installing dependencies needed for the installation (quazip)" | 9 | echo "Installing dependencies needed for the installation (quazip)" |
| 10 | pacman --needed -S msys/unzip msys/p7zip | 10 | pacman --needed -S msys/unzip msys/p7zip base-devel msys/git mingw-w64-x86_64-toolchain |
| 11 | 11 | ||
| 12 | source "$dir/win_shared_install.sh" | 12 | source "$dir/win_shared_install.sh" |
| 13 | 13 | ||
