aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-02-07 19:29:51 +0000
committerDominyk Tiller2016-02-07 21:26:56 +0000
commite84539135969e84a1b451f524a43f58ff42b6d37 (patch)
treef675d46dd21e957b7c25cb5c3be67fd2f8aeadfc /Library
parenteba429d947a59ab4d80ccac0cffbe34b3c75c48d (diff)
downloadbrew-e84539135969e84a1b451f524a43f58ff42b6d37.tar.bz2
os/mac: add Xcode 7.2.1
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 cdf528e39..900845859 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -270,6 +270,7 @@ module OS
"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 },
+ "7.2.1" => { :clang => "7.0", :clang_build => 700 },
}
def compilers_standard?