aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDominyk Tiller2015-04-22 05:09:40 +0100
committerMike McQuaid2015-04-23 09:23:20 +0100
commit63dcd9b6e54043c3dffc88f26351e9d391d41585 (patch)
treec0dec221d126717502076423d6bfcf30f084a2c5 /Library/Homebrew
parent80cafaeb6492e5e7720586ae628c1e85408197d5 (diff)
downloadhomebrew-63dcd9b6e54043c3dffc88f26351e9d391d41585.tar.bz2
os/mac: add xcode 6.3.1 support
Diffstat (limited to 'Library/Homebrew')
-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 6dd281ce7..2f47aa2a3 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -212,6 +212,7 @@ module OS
"6.1.1" => { :clang => "6.0", :clang_build => 600 },
"6.2" => { :clang => "6.0", :clang_build => 600 },
"6.3" => { :clang => "6.1", :clang_build => 602 },
+ "6.3.1" => { :clang => "6.1", :clang_build => 602 },
}
def compilers_standard?