From a82276b2cbc007f75d4aa7d9e332a7cd3e9a241c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 5 Nov 2013 22:19:33 -0600 Subject: [PATCH] Add Xcode 5.0.2 to compiler map Fixes Homebrew/homebrew#24018. --- Library/Homebrew/os/mac.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 0f324a224c..9440142a32 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -243,6 +243,7 @@ module OS "4.6.3" => { :llvm_build => 2336, :clang => "4.2", :clang_build => 425 }, "5.0" => { :clang => "5.0", :clang_build => 500 }, "5.0.1" => { :clang => "5.0", :clang_build => 500 }, + "5.0.2" => { :clang => "5.0", :clang_build => 500 }, } def compilers_standard?