aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-08-07 23:43:05 +0100
committerJack Nagel2014-08-09 21:57:04 -0500
commitd3bd8efeb2ee9ba906ba1ea5704a992456469e3e (patch)
treeb30804dd59e181ee5184a6eb75b3c2ea73ad7ca2 /Library/Homebrew/os/mac.rb
parent6b562a38e888f37eba1cdf89556d97f3d82d14b0 (diff)
downloadhomebrew-d3bd8efeb2ee9ba906ba1ea5704a992456469e3e.tar.bz2
Initial Yosemite Support
Closes #31435. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/os/mac.rb')
-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 78afb8794..229071b21 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -206,6 +206,7 @@ module OS
"5.0.2" => { :clang => "5.0", :clang_build => 500 },
"5.1" => { :clang => "5.1", :clang_build => 503 },
"5.1.1" => { :clang => "5.1", :clang_build => 503 },
+ "6.0" => { :clang => "6.0", :clang_build => 600 },
}
def compilers_standard?