diff options
| author | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-09 15:47:18 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | 9e20478e6bdebc9cea49204482992471bccaf6a1 (patch) | |
| tree | d732aaed923b65cf832345e7bfdc2dfe0f8cea20 /util/msys2_install.sh | |
| parent | 51ee2449060517a96cedb7c38b86a7de0be2ecab (diff) | |
| download | qmk_firmware-9e20478e6bdebc9cea49204482992471bccaf6a1.tar.gz qmk_firmware-9e20478e6bdebc9cea49204482992471bccaf6a1.zip | |
Enforce clang-format (#6293)
* Enforce clang-format on commit for core files
* forgot about tests
Diffstat (limited to 'util/msys2_install.sh')
| -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 bed176da6..ac9a6c769 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/git msys/p7zip msys/python3 msys/unzip | 11 | pacman --needed -S base-devel mingw-w64-x86_64-toolchain msys/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 | ||
