diff options
| author | ilovezfs | 2017-09-12 19:43:24 -0700 |
|---|---|---|
| committer | GitHub | 2017-09-12 19:43:24 -0700 |
| commit | d1225b9b5e2fb0ff22d518a0add245a65c232162 (patch) | |
| tree | e39726b38dff8a00331e68f42c9ded92cf8e1539 /Library | |
| parent | ef6068870472496f7b6c2766f2197e5c81d393b5 (diff) | |
| parent | 1dfde95cb66416877152e3a1444f8c8be46e7436 (diff) | |
| download | brew-d1225b9b5e2fb0ff22d518a0add245a65c232162.tar.bz2 | |
Merge pull request #3152 from DomT4/Xcode_9_GM
mac/xcode: update expected Clang on 10.13
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 37bc55a2f..59e7026bd 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -216,7 +216,7 @@ module OS # on the older supported platform for that Xcode release, i.e there's no # CLT package for 10.11 that contains the Clang version from Xcode 8. case MacOS.version - when "10.13" then "900.0.35" + when "10.13" then "900.0.37" when "10.12" then "802.0.42" when "10.11" then "800.0.42.1" when "10.10" then "700.1.81" |
