Require --git.
This commit is contained in:
parent
378ff06f53
commit
6175b3fe4c
@ -409,7 +409,9 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def audit_gcc_dependency
|
def audit_gcc_dependency
|
||||||
|
return unless @git
|
||||||
return unless @core_tap
|
return unless @core_tap
|
||||||
|
return unless formula.tap.git? # git log is required
|
||||||
return unless Homebrew::SimulateSystem.simulating_or_running_on_linux?
|
return unless Homebrew::SimulateSystem.simulating_or_running_on_linux?
|
||||||
return unless linux_only_gcc_dep?(formula)
|
return unless linux_only_gcc_dep?(formula)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user