mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo
This commit is contained in:
parent
43a3c88187
commit
e4a9e926f0
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ end
|
|||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue