1
0
Fork 0
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:
Nobuyoshi Nakada 2020-03-05 13:31:25 +09:00
parent 43a3c88187
commit e4a9e926f0
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -120,7 +120,7 @@ end
warn "libffi_version: #{ver}" warn "libffi_version: #{ver}"
case case
when $mswin, $minor, (ver && (ver <=> [3, 2]) >= 0) when $mswin, $mingw, (ver && (ver <=> [3, 2]) >= 0)
$defs << "-DUSE_FFI_CLOSURE_ALLOC=1" $defs << "-DUSE_FFI_CLOSURE_ALLOC=1"
end end