Skip to content
Snippets Groups Projects
Commit 7f56fe25 authored by Max Howell's avatar Max Howell
Browse files

ENV.cc; returns the compiler we use

parent 444e2e05
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,10 @@ module HomebrewEnvExtension
def enable_warnings
remove_from_cflags '-w'
end
# returns the compiler we're using
def cc
ENV['CC'] or "gcc"
end
private
def append key, value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment