mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Enable msys2 to check build status.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba9a6f8934
commit
4b0a256e9b
1 changed files with 1 additions and 1 deletions
|
@ -963,7 +963,7 @@ main()
|
|||
AS_IF([test "$target_cpu" = x64], [
|
||||
ac_cv_func___builtin_setjmp=no
|
||||
ac_cv_func_round=no
|
||||
rb_cv_fiber_coroutine=no # TODO: Enable this after AppVeyor msys2 build succeeds
|
||||
rb_cv_fiber_coroutine=yes
|
||||
])
|
||||
ac_cv_func_tgamma=no
|
||||
rb_cv_negative_time_t=yes
|
||||
|
|
Loading…
Reference in a new issue