gcc@9: add linux dependencies
parent
4c14ffbdf3
commit
986ed943af
|
@ -34,6 +34,10 @@ class GccAT9 < Formula
|
|||
|
||||
uses_from_macos "zlib"
|
||||
|
||||
on_linux do
|
||||
depends_on "binutils"
|
||||
end
|
||||
|
||||
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
|
||||
cxxstdlib_check :skip
|
||||
|
||||
|
|
Loading…
Reference in New Issue