Skip to content

Commit

Permalink
cataclysm: fix dependency for macOS build
Browse files Browse the repository at this point in the history
This commit ensures that the freetype dependency is included when building with make on macOS.
  • Loading branch information
PCtzonoes committed Nov 7, 2024
1 parent 433dc45 commit fb8cc4d
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 @@ -38,6 +38,7 @@ class Cataclysm < Formula
uses_from_macos "zlib"

on_macos do
depends_on "freetype"
depends_on "gettext"
end

Expand Down

0 comments on commit fb8cc4d

Please sign in to comment.