aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index edf8093bf..a1df8f459 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -227,6 +227,12 @@ module Homebrew
out = checks.send(check)
opoo out unless out.nil?
end
+ if OS.mac? && MacOS.prerelease?
+ checks.strict_development_tools_checks.each do |strict_check|
+ out = checks.send(strict_check)
+ odie out unless out.nil?
+ end
+ end
end
def check_macports