highlight: drop GCC dependency

Closes #110516.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
danielnachun 2022-09-12 20:45:26 -07:00 committed by BrewTestBot
parent e4341f6899
commit d7db7608b8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ class Highlight < Formula
depends_on "pkg-config" => :build
depends_on "lua"
on_linux do
depends_on "gcc"
end
fails_with gcc: "5" # needs C++17
def install