From e84539135969e84a1b451f524a43f58ff42b6d37 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 7 Feb 2016 19:29:51 +0000 Subject: [PATCH] os/mac: add Xcode 7.2.1 --- Library/Homebrew/os/mac.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index cdf528e39e..900845859b 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?