Skip to content

Commit

Permalink
Remove GCC dependency on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danfortunato committed Feb 14, 2024
1 parent 01376c0 commit ea77af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/fmm3d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Fmm3d < Formula
sha256 "e29a1ebe485d2431d4e330334b2853bc91b957afde6e24c2991099b28bd2b97c"
license "Apache-2.0"

depends_on "gcc" => :build
depends_on "gcc" => :build if OS.mac?

def install
ln_s "make.inc.macosx.gnu", "make.inc" if OS.mac?
Expand Down

0 comments on commit ea77af7

Please sign in to comment.