gcc@4.9: make pour_bottle
consistent
This commit is contained in:
parent
ac705f81d5
commit
8830e8bdbc
1 changed files with 3 additions and 2 deletions
|
@ -76,8 +76,9 @@ class GccAT49 < Formula
|
|||
|
||||
# The bottles are built on systems with the CLT installed, and do not work
|
||||
# out of the box on Xcode-only systems due to an incorrect sysroot.
|
||||
def pour_bottle?
|
||||
MacOS::CLT.installed?
|
||||
pour_bottle? do
|
||||
reason "The bottle needs the Xcode CLT to be installed."
|
||||
satisfy { MacOS::CLT.installed? }
|
||||
end
|
||||
|
||||
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
|
||||
|
|
Loading…
Reference in a new issue