configury: replace host checks against *-*-mingw32* with *-*-mingw*

This commit is contained in:
Ozkan Sezer
2021-02-18 20:10:50 +03:00
parent c4b7e485af
commit a29fe29296
4 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ ISMACOSX="false"
dnl Figure out which math library to use
case "$host" in
*-*-cygwin* | *-*-mingw32*)
*-*-cygwin* | *-*-mingw*)
ISWINDOWS="true"
EXE=".exe"
MATHLIB=""