Commit 93819c01 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1139 from masuidrive/build

Improve recent CRuby rake compatibility
parents af4eb8f9 f6dabc1a
......@@ -45,7 +45,7 @@ end
$pp_show = true
if $verbose.nil?
unless Rake.verbose.nil?
if Rake.respond_to?(:verbose) && !Rake.verbose.nil?
if Rake.verbose.class == TrueClass
# verbose message logging
$pp_show = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment