diff options
| author | Mike McQuaid | 2016-07-29 15:53:19 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2016-07-29 21:21:02 -0600 |
| commit | c90552f66bb174e3c0c69de88ce389acbedbac8b (patch) | |
| tree | 712ab53f15372d2b3fc6cb54c2d7f836beab5429 /Library | |
| parent | a1a8b3faa750d140111a3de63547467274f8a79f (diff) | |
| download | brew-c90552f66bb174e3c0c69de88ce389acbedbac8b.tar.bz2 | |
tab: use the correct default compiler.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 |
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, |
