Skip to content

Commit

Permalink
Merge pull request #18281 from cho-m/linkage_checker-test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Sep 7, 2024
2 parents faed92b + 49fbf01 commit 170a7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/linkage_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def dylib_found_via_dlopen(dylib)

def check_formula_deps
filter_out = proc do |dep|
next true if dep.build?
next true if dep.build? || dep.test?

(dep.optional? || dep.recommended?) && formula.build.without?(dep)
end
Expand Down

0 comments on commit 170a7ea

Please sign in to comment.