install: explicitly pass used options to the installer
This commit is contained in:
parent
a911dd5066
commit
97dd5f61c4
@ -104,6 +104,7 @@ module Homebrew extend self
|
|||||||
|
|
||||||
def install_formula f
|
def install_formula f
|
||||||
fi = FormulaInstaller.new(f)
|
fi = FormulaInstaller.new(f)
|
||||||
|
fi.options = f.build.used_options
|
||||||
fi.ignore_deps = ARGV.ignore_deps? || ARGV.interactive?
|
fi.ignore_deps = ARGV.ignore_deps? || ARGV.interactive?
|
||||||
fi.only_deps = ARGV.only_deps?
|
fi.only_deps = ARGV.only_deps?
|
||||||
fi.build_bottle = ARGV.build_bottle?
|
fi.build_bottle = ARGV.build_bottle?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user