Skip to content
Snippets Groups Projects
Commit 79808638 authored by Gabriel's avatar Gabriel
Browse files

Add default #uses_from_macos behaviour to Formula

parent f2abaf68
No related branches found
No related tags found
No related merge requests found
......@@ -2360,6 +2360,10 @@ class Formula
specs.each { |spec| spec.depends_on(dep) }
end
def uses_from_macos(dep, **args)
depends_on(dep)
end
# @!attribute [w] option
# Options can be used as arguments to `brew install`.
# To switch features on/off: `"with-something"` or `"with-otherthing"`.
......
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