Install dependencies before an interactive install
Closes Homebrew/homebrew#29121.
This commit is contained in:
parent
73956a1b77
commit
7bfb12aa45
@ -104,7 +104,7 @@ module Homebrew
|
|||||||
def install_formula f
|
def install_formula f
|
||||||
fi = FormulaInstaller.new(f)
|
fi = FormulaInstaller.new(f)
|
||||||
fi.options = f.build.used_options
|
fi.options = f.build.used_options
|
||||||
fi.ignore_deps = ARGV.ignore_deps? || ARGV.interactive?
|
fi.ignore_deps = ARGV.ignore_deps?
|
||||||
fi.only_deps = ARGV.only_deps?
|
fi.only_deps = ARGV.only_deps?
|
||||||
fi.build_bottle = ARGV.build_bottle?
|
fi.build_bottle = ARGV.build_bottle?
|
||||||
fi.build_from_source = ARGV.build_from_source?
|
fi.build_from_source = ARGV.build_from_source?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user