Skip to content

Commit

Permalink
Merge pull request #632 from junaruga/wip/rake-debug-compiler-message
Browse files Browse the repository at this point in the history
Rakefile: Print the message with `Rake.rake_output_message`.
  • Loading branch information
junaruga authored Jun 1, 2023
2 parents 01f06fd + f781d17 commit 5f505c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task :debug_compiler do
when 'gcc', 'clang'
sh "#{compiler} --version"
else
puts "Compiler: #{RbConfig::CONFIG['CC']}"
Rake.rake_output_message "Compiler: #{RbConfig::CONFIG['CC']}"
end
end

Expand Down

0 comments on commit 5f505c5

Please sign in to comment.