build.sh: Support MINGW64 as 64bit Windows.

This is for msys2 64bit mode.
flac
Doug Coleman 2020-03-30 17:31:35 -05:00 committed by Steve Ayerhart
parent ff4c3d8517
commit 648ffe8d46
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
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;;