aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-29 15:53:19 -0600
committerMike McQuaid2016-07-29 21:21:02 -0600
commitc90552f66bb174e3c0c69de88ce389acbedbac8b (patch)
tree712ab53f15372d2b3fc6cb54c2d7f836beab5429 /Library
parenta1a8b3faa750d140111a3de63547467274f8a79f (diff)
downloadbrew-c90552f66bb174e3c0c69de88ce389acbedbac8b.tar.bz2
tab: use the correct default compiler.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 4101df532..42d4e3645 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,