aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-11-28 21:32:17 +0000
committerDominyk Tiller2015-11-29 02:11:32 +0000
commitcbab4566dd9a36f5d37507490069f0989cf9dc5d (patch)
treefa023827161caf0ebe142e086e95a2d699f54e71 /Library
parent4a457d191d8136fada802eb203b2769ebd92d130 (diff)
downloadbrew-cbab4566dd9a36f5d37507490069f0989cf9dc5d.tar.bz2
mac: expect xcode 7.1.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 788d7b108..c4916a955 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -253,6 +253,7 @@ module OS
"7.0" => { :clang => "7.0", :clang_build => 700 },
"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 },
}
def compilers_standard?