build.sh: Support MINGW64 as 64bit Windows.

This is for msys2 64bit mode.
master
Doug Coleman 2020-03-30 17:31:35 -05:00
parent 45d090738d
commit 905e2cfb6b
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ find_os() {
*CYGWIN_NT*) OS=windows;;
*CYGWIN*) OS=windows;;
MINGW32*) OS=windows;;
MINGW64*) OS=windows;;
MSYS_NT*) OS=windows;;
*darwin*) OS=macosx;;
*Darwin*) OS=macosx;;