aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-10-01 05:51:35 +0100
committerDominyk Tiller2015-10-01 05:51:35 +0100
commitbe8d348a6d98425ed8b3feecec7ce58ce95e948c (patch)
tree5a41f3210192dc4f42a5db701d95c1719117a160 /Library
parent3b520cf195b6d766d134a1f2bd033347c714a143 (diff)
downloadbrew-be8d348a6d98425ed8b3feecec7ce58ce95e948c.tar.bz2
os: add xcode 7.0.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index bcaf84858..2fda9c085 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -238,7 +238,8 @@ module OS
"6.3.1" => { :clang => "6.1", :clang_build => 602 },
"6.3.2" => { :clang => "6.1", :clang_build => 602 },
"6.4" => { :clang => "6.1", :clang_build => 602 },
- "7.0" => { :clang => "7.0", :clang_build => 700 }
+ "7.0" => { :clang => "7.0", :clang_build => 700 },
+ "7.0.1" => { :clang => "7.0", :clang_build => 700 },
}
def compilers_standard?