mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Improve CRuby rake compatible
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user