Skip to content
Snippets Groups Projects
Commit 1390d5cc authored by Mike McQuaid's avatar Mike McQuaid
Browse files

formula_installer: don't duplicate bottle warning.

Closes Homebrew/homebrew#22569.
parent bc1aea3f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment