FormulaInstaller: wrap --build-from-source in an Option object
c.f. Homebrew/homebrew#17327.
This commit is contained in:
parent
9a179d8b06
commit
b8a884bcee
@ -254,7 +254,7 @@ class FormulaInstaller
|
|||||||
opts.concat(options) # from a dependent formula
|
opts.concat(options) # from a dependent formula
|
||||||
opts.concat((tab.used_options rescue [])) # from a previous install
|
opts.concat((tab.used_options rescue [])) # from a previous install
|
||||||
end
|
end
|
||||||
opts << '--build-from-source' # don't download bottle
|
opts << Option.new("--build-from-source") # don't download bottle
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user