We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 799a05c + e0a5284 commit 85ebe88Copy full SHA for 85ebe88
Library/Homebrew/build.rb
@@ -59,6 +59,8 @@ def expand_deps
59
Dependency.prune
60
elsif dep.build? && dependent != formula
61
62
+ elsif dep.build?
63
+ Dependency.keep_but_prune_recursive_deps
64
end
65
66
0 commit comments