From acc20ef2c4ea9d8d80f669e321bfdd1985862708 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Fri, 17 Sep 2021 00:03:42 +0100 Subject: [PATCH] os/mac/diagnostic: also check Xcode minimum version on env setup --- Library/Homebrew/extend/os/mac/diagnostic.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index afe09551da..df96a3b35c 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -70,6 +70,7 @@ module Homebrew def fatal_setup_build_environment_checks %w[ + check_xcode_minimum_version check_clt_minimum_version check_if_supported_sdk_available ].freeze