1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2021-03-30 20:58:34 +09:00
parent a9c5c2d614
commit 9713acd731
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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