Skip to content

Commit a8cb8f0

Browse files
authored
Merge pull request Homebrew#259591 from Homebrew/libaacs-linkage
libaacs: declare indirect deps with linkage for macos
2 parents 492419b + ba735db commit a8cb8f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/lib/libaacs.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ class Libaacs < Formula
4242

4343
uses_from_macos "flex" => :build
4444

45+
on_macos do
46+
depends_on "libgpg-error"
47+
end
48+
4549
# Fix missing include.
4650
patch :DATA
4751

0 commit comments

Comments
 (0)