From ee7d227a2f31b9f30aeaba4dae7b52d3999038b6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 10 Mar 2014 14:56:02 -0500 Subject: install: explicitly pass used options to the installer --- Library/Homebrew/cmd/install.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 32c82482e..183a78040 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -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? -- cgit v1.2.3