Skip to content
Snippets Groups Projects
Commit 97dd5f61 authored by Jack Nagel's avatar Jack Nagel
Browse files

install: explicitly pass used options to the installer

parent a911dd50
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ module Homebrew extend self
def install_formula f
fi = FormulaInstaller.new(f)
fi.options = f.build.used_options
fi.ignore_deps = ARGV.ignore_deps? || ARGV.interactive?
fi.only_deps = ARGV.only_deps?
fi.build_bottle = ARGV.build_bottle?
......
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