Target both 32-bit & 64-bit MinGW

For example `MINGW64_NT-10.0`.
This commit is contained in:
Daniel Liuzzi 2018-04-20 11:00:58 +02:00
parent 89e81a1437
commit 28c5002f3c

View file

@ -8,7 +8,7 @@
# Windows needs more basic format (#8, git-for-windows/git#865)
case $(uname -s) in
CYGWIN*|MINGW32*|MSYS*)
CYGWIN*|MINGW*|MSYS*)
branch='%(refname:short)'
spacer=' '
;;