From c90552f66bb174e3c0c69de88ce389acbedbac8b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 29 Jul 2016 15:53:19 -0600 Subject: [PATCH] tab: use the correct default compiler. --- Library/Homebrew/tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 4101df532b..42d4e3645c 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -140,7 +140,7 @@ class Tab < OpenStruct "source_modified_time" => 0, "HEAD" => nil, "stdlib" => nil, - "compiler" => "clang", + "compiler" => DevelopmentTools.default_compiler, "source" => { "path" => nil, "tap" => nil,