Enable native fiber coroutines on i386-openbsd
This commit is contained in:
parent
005dadf3c1
commit
81fe82be4e
@ -2284,6 +2284,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
|
||||
[x86_64-openbsd*], [
|
||||
rb_cv_fiber_coroutine=amd64
|
||||
],
|
||||
[i386-openbsd*], [
|
||||
rb_cv_fiber_coroutine=x86
|
||||
],
|
||||
[*-openbsd*], [
|
||||
rb_cv_fiber_coroutine=
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user