diff options
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index e5feb0889..161111132 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -254,7 +254,7 @@ class FormulaInstaller opts.concat(options) # from a dependent formula opts.concat((tab.used_options rescue [])) # from a previous install end - opts << '--build-from-source' # don't download bottle + opts << Option.new("--build-from-source") # don't download bottle end end |
