summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ce2630dd9d..bc678cdc2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2273,6 +2273,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x64-mingw32], [
rb_cv_fiber_coroutine=win64
],
+ [*86-mingw32], [
+ rb_cv_fiber_coroutine=win32
+ ],
[armv7*-linux-*], [
rb_cv_fiber_coroutine=ucontext
],