gcc@9: add linux dependencies

master
Michka Popoff 2021-04-02 23:18:57 +02:00
parent 4c14ffbdf3
commit 986ed943af
1 changed files with 4 additions and 0 deletions

View File

@ -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