Skip to content
Snippets Groups Projects
Commit be63ae9b authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Inclue HOMEBREW_USE_CLANG in --env output

parent 3977beb8
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ module Homebrew extend self
end
%w[ CFLAGS CXXFLAGS CPPFLAGS LDFLAGS MACOSX_DEPLOYMENT_TARGET MAKEFLAGS PKG_CONFIG_PATH
HOMEBREW_DEBUG HOMEBREW_VERBOSE HOMEBREW_USE_GCC HOMEBREW_USE_LLVM HOMEBREW_SVN ].each do |k|
HOMEBREW_DEBUG HOMEBREW_VERBOSE HOMEBREW_USE_CLANG HOMEBREW_USE_GCC HOMEBREW_USE_LLVM
HOMEBREW_SVN ].each do |k|
value = env[k]
puts "#{k}: #{value}" if value
end
......
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