mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix coroutine_type
variable name
This commit is contained in:
parent
a9c5c2d614
commit
9713acd731
1 changed files with 1 additions and 1 deletions
|
@ -2489,7 +2489,7 @@ AS_CASE([$coroutine_type], [yes|''], [
|
|||
coroutine_type=ppc64le
|
||||
],
|
||||
[riscv64-linux*], [
|
||||
rb_cv_coroutine=riscv64
|
||||
coroutine_type=riscv64
|
||||
],
|
||||
[x86_64-openbsd*], [
|
||||
coroutine_type=amd64
|
||||
|
|
Loading…
Reference in a new issue