diff options
| -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 | ||
