Skip to content

Commit 5f505c5

Browse files
authored
Merge pull request #632 from junaruga/wip/rake-debug-compiler-message
Rakefile: Print the message with `Rake.rake_output_message`.
2 parents 01f06fd + f781d17 commit 5f505c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ task :debug_compiler do
3333
when 'gcc', 'clang'
3434
sh "#{compiler} --version"
3535
else
36-
puts "Compiler: #{RbConfig::CONFIG['CC']}"
36+
Rake.rake_output_message "Compiler: #{RbConfig::CONFIG['CC']}"
3737
end
3838
end
3939

0 commit comments

Comments
 (0)