summaryrefslogtreecommitdiffhomepage
path: root/tasks/ruby_ext.rake
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2013-04-05 15:33:28 +0900
committerYuichiro MASUI <[email protected]>2013-04-05 15:33:28 +0900
commitf6dabc1aa02ce792433d8b7f162c02a120b90d01 (patch)
tree93655d25172744fd208e771b053819296c47fbef /tasks/ruby_ext.rake
parent97aee949c5931541b0d89963df6da1bcea4023c3 (diff)
downloadmruby-f6dabc1aa02ce792433d8b7f162c02a120b90d01.tar.gz
mruby-f6dabc1aa02ce792433d8b7f162c02a120b90d01.zip
Improve CRuby rake compatible
Diffstat (limited to 'tasks/ruby_ext.rake')
-rw-r--r--tasks/ruby_ext.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/ruby_ext.rake b/tasks/ruby_ext.rake
index a0fbe7b72..0a0883e02 100644
--- a/tasks/ruby_ext.rake
+++ b/tasks/ruby_ext.rake
@@ -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