mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
8bda512878
commit
637d7288f3
Notes:
git
2021-09-20 00:16:02 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -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*], [
|
||||
|
|
Loading…
Add table
Reference in a new issue