diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 62637d2ee2..caf4a7475f 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -190,6 +190,7 @@ class FormulaInstaller @pour_failed = true onoe e.message opoo "Bottle installation failed: building from source." + raise BuildToolsError.new([formula]) unless MacOS.has_apple_developer_tools? else @poured_bottle = true end