Skip to content

Commit

Permalink
Fix head dependency for macOS build
Browse files Browse the repository at this point in the history
This commit ensures that the freetype dependency is only
included when building the head version on macOS.
Date:      Wed Nov 6 21:02:41 2024 -0800
Changes to be committed:
        modified:   Formula/c/cataclysm.rb
  • Loading branch information
PCtzonoes committed Nov 7, 2024
1 parent 433dc45 commit 2d3a44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/c/cataclysm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Cataclysm < Formula

on_macos do
depends_on "gettext"
depends_on "freetype" if build.head?
end

def install
Expand Down

0 comments on commit 2d3a44f

Please sign in to comment.