diff options
| author | Bruce Steedman | 2016-10-03 09:42:53 +0100 |
|---|---|---|
| committer | Bruce Steedman | 2016-10-03 09:42:53 +0100 |
| commit | 62e14ea6733c9302889bc89820c7f88fbb593964 (patch) | |
| tree | de02ec25a7931841b68c3139f67228c827b5090c /Library/Homebrew/cmd | |
| parent | 1e1903e4cc0ef928081ebab6b7a8e478de493b2a (diff) | |
| download | brew-62e14ea6733c9302889bc89820c7f88fbb593964.tar.bz2 | |
invalid build options - fixed conflicts; rename
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 402a159db..aa316b187 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -261,7 +261,9 @@ module Homebrew f.print_tap_action fi = FormulaInstaller.new(f) - fi.options = f.build.used_options + build_options = f.build + fi.options = build_options.used_options + fi.invalid_opt_names = build_options.invalid_option_names fi.ignore_deps = ARGV.ignore_deps? fi.only_deps = ARGV.only_deps? fi.build_bottle = ARGV.build_bottle? |
