diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index e5feb0889c..1611111322 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