diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index a4768d57a7..ba655e307b 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -147,7 +147,7 @@ class FormulaInstaller raise "Unrecognized architecture for --bottle-arch: #{arch}" end - if pour_bottle? true + if pour_bottle? # TODO We currently only support building with libstdc++ as # the default case, and all Apple libstdc++s are compatible, so # this default is sensible.