Skip to content

Commit

Permalink
jj: remove Linux-only gcc dependency
Browse files Browse the repository at this point in the history
This should be the last one. Completes Homebrew#110010.
  • Loading branch information
carlocab committed Oct 9, 2022
1 parent c776ec4 commit 4442a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/jj.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Jj < Formula

on_linux do
depends_on "pkg-config" => :build
depends_on "gcc"
end

def install
Expand Down

0 comments on commit 4442a8c

Please sign in to comment.