Skip to content

Commit

Permalink
Fix msys2 not installing any packages because it can't find clang (qm…
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and nooges committed Sep 2, 2019
1 parent bf558e4 commit 5095a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/msys2_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5095a99

Please sign in to comment.