Merge pull request #17306 from Homebrew/indirect-gcc-linkage-linux
linkage_checker: remove `gcc` from `@indirect_deps` on Linux
This commit is contained in:
commit
82d1ee53dd
@ -45,5 +45,6 @@ class LinkageChecker
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user