ruby-changes:60300
From: Nobuyoshi <ko1@a...>
Date: Thu, 5 Mar 2020 13:34:10 +0900 (JST)
Subject: [ruby-changes:60300] e4a9e926f0 (master): Fixed a typo
https://git.ruby-lang.org/ruby.git/commit/?id=e4a9e926f0 From e4a9e926f0fe0acf2fbe61da6e075a95d34be066 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 5 Mar 2020 13:31:25 +0900 Subject: Fixed a typo diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf.rb index 67ed080..ad0ae2d 100644 --- a/ext/fiddle/extconf.rb +++ b/ext/fiddle/extconf.rb @@ -120,7 +120,7 @@ end https://github.com/ruby/ruby/blob/trunk/ext/fiddle/extconf.rb#L120 warn "libffi_version: #{ver}" case -when $mswin, $minor, (ver && (ver <=> [3, 2]) >= 0) +when $mswin, $mingw, (ver && (ver <=> [3, 2]) >= 0) $defs << "-DUSE_FFI_CLOSURE_ALLOC=1" end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/