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

2
test/configure vendored
View File

@@ -2899,7 +2899,7 @@ ISWINDOWS="false"
ISMACOSX="false"
case "$host" in
*-*-cygwin* | *-*-mingw32*)
*-*-cygwin* | *-*-mingw*)
ISWINDOWS="true"
EXE=".exe"
MATHLIB=""