aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-04-22 05:09:40 +0100
committerMike McQuaid2015-04-23 09:23:20 +0100
commitb7844d3b8586163bbfc5b313d93cec029fdb1776 (patch)
tree68fd3d09c897c75454c7160a5fcebeb893f55000 /Library
parentf56101a26ad435dcf87fec6363fc18b0c7938e58 (diff)
downloadbrew-b7844d3b8586163bbfc5b313d93cec029fdb1776.tar.bz2
os/mac: add xcode 6.3.1 support
Diffstat (limited to 'Library')
-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?