From c19e0b59e55469e1eec58bb62d56ece20f822129 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 20 Feb 2015 20:52:30 -0500 Subject: Compiler is always a string --- Library/Homebrew/tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') 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, }, -- cgit v1.2.3