MINGW: More permissive pattern matching for coroutine

Pattern matching for target_os in configure script should be permissive if we consider suffixing something onto "mingw32".
This commit is contained in:
xtkoba (Tee KOBAYASHI) 2021-06-21 14:45:00 +02:00 коммит произвёл Nobuyoshi Nakada
Родитель 8bda512878
Коммит 637d7288f3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2508,10 +2508,10 @@ AS_CASE([$coroutine_type], [yes|''], [
[*86-linux*], [
coroutine_type=x86
],
[x64-mingw32], [
[x64-mingw*], [
coroutine_type=win64
],
[*86-mingw32], [
[*86-mingw*], [
coroutine_type=win32
],
[arm*-linux*], [