1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Do not need to print to stderr

This commit is contained in:
Koichi Sasada 2022-01-26 10:05:10 +09:00
parent e953d68657
commit cc8064ba2e

View file

@ -167,7 +167,7 @@ if libffi_version
libffi_version = libffi_version.gsub(/-rc\d+/, '')
libffi_version = (libffi_version.split('.').map(&:to_i) + [0,0])[0,3]
$defs.push(%{-DRUBY_LIBFFI_MODVERSION=#{ '%d%03d%03d' % libffi_version }})
warn "libffi_version: #{libffi_version.join('.')}"
puts "libffi_version: #{libffi_version.join('.')}"
end
case