libffi: use *_by_macos.
This commit is contained in:
parent
843a0ff9bf
commit
2b39adf27a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Libffi < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
keg_only :provided_by_osx, "some formulae require a newer version of libffi"
|
||||
keg_only :provided_by_macos, "some formulae require a newer version of libffi"
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
|
|
Loading…
Reference in a new issue