Target both 32-bit & 64-bit MinGW (#17)

This commit is contained in:
Daniel Liuzzi 2018-04-20 18:29:24 +02:00 committed by Paul Irish
parent 89e81a1437
commit 68acec4862

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=' '
;;