Skip to content

Commit

Permalink
Make fmm3d Mac-only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danfortunato committed Feb 14, 2024
1 parent ea77af7 commit c023872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/fmm3d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ class Fmm3d < Formula
sha256 "e29a1ebe485d2431d4e330334b2853bc91b957afde6e24c2991099b28bd2b97c"
license "Apache-2.0"

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

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

0 comments on commit c023872

Please sign in to comment.