summaryrefslogtreecommitdiff
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2019-07-09 15:47:18 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-09-17 11:39:43 +0900
commit338c36dbaef8f5ff83c7c5dfa6922d61d485c03e (patch)
treeed8aa0c7bbe729fdb9ffa0c890920309cfba083c /util/msys2_install.sh
parent0d1d10edfdf01753bd505630e5f84134bdb13444 (diff)
Enforce clang-format (#6293)
* Enforce clang-format on commit for core files * forgot about tests
Diffstat (limited to 'util/msys2_install.sh')
-rwxr-xr-xutil/msys2_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index bed176da66..ac9a6c7694 100755
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -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/git msys/p7zip msys/python3 msys/unzip
+pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/clang msys/git msys/p7zip msys/python3 msys/unzip
source "$dir/win_shared_install.sh"