diff options
| author | Jack Nagel | 2014-03-10 14:56:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-10 14:56:02 -0500 |
| commit | 97dd5f61c461e2003efaee0e4428e5e2c1245e51 (patch) | |
| tree | 1e05cd659c2412b7930e1606837f1f5b28105e17 /Library/Homebrew/cmd/install.rb | |
| parent | a911dd5066ebe53fa460ee4a84c916fbc62efb33 (diff) | |
| download | brew-97dd5f61c461e2003efaee0e4428e5e2c1245e51.tar.bz2 | |
install: explicitly pass used options to the installer
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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? |
