diagnostic: add build error checks.

This commit is contained in:
Mike McQuaid 2016-11-05 10:39:00 -04:00
parent b38f5b3e7d
commit 262eaca56e
2 changed files with 9 additions and 0 deletions

View File

@ -93,6 +93,10 @@ module Homebrew
%w[
].freeze
end
def build_error_checks
(development_tools_checks + %w[
]).freeze
end
def check_for_installed_developer_tools

View File

@ -22,6 +22,11 @@ module Homebrew
check_clt_minimum_version
].freeze
end
def build_error_checks
(development_tools_checks + %w[
check_for_unsupported_macos
]).freeze
end
def check_for_unsupported_macos