aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorJack Nagel2013-11-05 22:19:33 -0600
committerJack Nagel2013-11-05 22:19:33 -0600
commit04c627f1072813fe14c8f4d78a8a372b271765fe (patch)
treeb04a395807b5e7b9f634bccbf8337737f7cafc74 /Library/Homebrew/os
parent778ebdef10a5f734b3f91feeff92a9c9535bd289 (diff)
downloadhomebrew-04c627f1072813fe14c8f4d78a8a372b271765fe.tar.bz2
Add Xcode 5.0.2 to compiler map
Fixes #24018.
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 0f324a224..9440142a3 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?