diagnostic: make using outdated development tools fatal

This commit is contained in:
Dominyk Tiller 2016-09-22 18:13:46 +01:00
parent 5575c17629
commit a124680b18
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -14,15 +14,10 @@ module Homebrew
end end
def fatal_development_tools_checks def fatal_development_tools_checks
if MacOS.prerelease?
%w[ %w[
check_xcode_up_to_date check_xcode_up_to_date
check_clt_up_to_date check_clt_up_to_date
] ]
else
%w[
]
end
end end
def check_for_unsupported_macos def check_for_unsupported_macos