summaryrefslogtreecommitdiff
path: root/ext/fiddle/extconf.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2022-01-26 10:05:10 +0900
committerKoichi Sasada <ko1@atdot.net>2022-01-26 10:05:10 +0900
commitcc8064ba2e046f384f446889c8525bf976733918 (patch)
treeff9a0ea62e0a125ef5cc852a900ed39249e546bb /ext/fiddle/extconf.rb
parente953d6865724d8b7e79aa30c445d986f28f5e1c9 (diff)
Do not need to print to stderr
Diffstat (limited to 'ext/fiddle/extconf.rb')
-rw-r--r--ext/fiddle/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf.rb
index 053456d534..93b4f9d4fa 100644
--- a/ext/fiddle/extconf.rb
+++ b/ext/fiddle/extconf.rb
@@ -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