diff options
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 e88bed96b..f1ec7d0db 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -99,7 +99,7 @@ class Tab < OpenStruct :time => nil, :HEAD => nil, :stdlib => nil, - :compiler => :clang, + :compiler => "clang", :source => { :path => nil, }, |
