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:
parent
e953d68657
commit
cc8064ba2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue