aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-10 02:44:36 +0100
committerJack Nagel2014-09-10 00:44:37 -0500
commitf6a0d9cadfcc62637c079c09ea40ef2c2a09fb3d (patch)
treeb5d0d3f265c18f3af411b70380d3a8d578122481 /Library/Homebrew/os/mac.rb
parentd22da1ab404e65d5da75fa6d7578d8264c8b76e0 (diff)
downloadhomebrew-f6a0d9cadfcc62637c079c09ea40ef2c2a09fb3d.tar.bz2
Prefer Xcode 6.1 on 10.10
More Yosemite changes. Within two weeks or so, Xcode should be made available on the App Store, at which point 10.9 will need to go from “5.1.1” to “6.0” but whilst Yosemite is in Beta *everyone* should be using the Xcode Beta builds according to Apple, so Yosemite should be on 6.1 for the foreseeable, even when Apple releases Xcode 6.0 to 10.9 & below. 6.1 is still using the same Clang version number at this point. Closes #32201. 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 229071b21..8d9d4178f 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -207,6 +207,7 @@ module OS
"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 },
+ "6.1" => { :clang => "6.0", :clang_build => 600 },
}
def compilers_standard?