aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-08-28 22:37:58 +0100
committerJoão Valverde <j@v6e.pt>2022-10-13 08:08:11 +0000
commitc01545ef7cfb2cee7076ea6952aa2b87b261b63d (patch)
tree50fef109d6b201c46978efdc6e410d9c2fe01df1 /tools
parent900984b3b7e9e49c9186bcd799882cf7f6cdd8e3 (diff)
msys2-setup.sh: Add missing git package
Diffstat (limited to 'tools')
-rw-r--r--tools/msys2-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/msys2-setup.sh b/tools/msys2-setup.sh
index 004069d06a..cf1bd8408c 100644
--- a/tools/msys2-setup.sh
+++ b/tools/msys2-setup.sh
@@ -55,6 +55,7 @@ done
# be fixed by the MSYS2 maintainers. Take a hands off approach for now.
#
BASIC_LIST="base-devel \
+ git \
mingw-w64-x86_64-brotli \
mingw-w64-x86_64-c-ares \
mingw-w64-x86_64-cmake \