From d5d631691dc42a393e7528973ef292ee460f6a11 Mon Sep 17 00:00:00 2001 From: skullydazed Date: Tue, 9 Jul 2019 15:47:18 -0700 Subject: Enforce clang-format (#6293) * Enforce clang-format on commit for core files * forgot about tests --- util/msys2_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/msys2_install.sh') 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" -- cgit v1.2.3