Skip to content

Commit

Permalink
Merge pull request #17306 from Homebrew/indirect-gcc-linkage-linux
Browse files Browse the repository at this point in the history
linkage_checker: remove `gcc` from `@indirect_deps` on Linux
  • Loading branch information
carlocab committed May 15, 2024
2 parents 56db99e + cc65e54 commit 82d1ee5
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 82d1ee5

Please sign in to comment.