aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-12-09 05:04:19 +0000
committerDominyk Tiller2015-12-10 14:27:02 +0000
commit6b42a0c1f535676a63cba4e09ebc8e1c618eaf41 (patch)
tree10277c2508469ab78b4e75b1b0191919cc7ad797 /Library
parent7c78f76d16f8c990a6aa0242970287ac805cbefd (diff)
downloadbrew-6b42a0c1f535676a63cba4e09ebc8e1c618eaf41.tar.bz2
os/mac: add xcode 7.2
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 ec1471e46..73371bbbd 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -263,6 +263,7 @@ module OS
"7.0.1" => { :clang => "7.0", :clang_build => 700 },
"7.1" => { :clang => "7.0", :clang_build => 700 },
"7.1.1" => { :clang => "7.0", :clang_build => 700 },
+ "7.2" => { :clang => "7.0", :clang_build => 700 },
}
def compilers_standard?