Skip to content

Commit

Permalink
linkage_checker: remove gcc from @indirect_deps on Linux
Browse files Browse the repository at this point in the history
Closes #17303.
  • Loading branch information
carlocab committed May 15, 2024
1 parent 56db99e commit cc65e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/extend/os/linux/linkage_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ def check_dylibs(rebuild_cache:)
# https://github.com/Homebrew/brew/pull/13796
# TODO: Find a nicer way to handle this. (e.g. examining the ELF file to determine the required libstdc++.)
@undeclared_deps.delete("gcc")
@indirect_deps.delete("gcc")
end
end

0 comments on commit cc65e54

Please sign in to comment.