Skip to content

Commit

Permalink
build(macos): fix libcurl linking
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Nov 9, 2024
1 parent d552073 commit 11c0d7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/sunshine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class @PROJECT_NAME@ < Formula
depends_on "boost" => :recommended
depends_on "icu4c" => :recommended

on_macos do
depends_on "openldap" # curl requires this
end

on_linux do
depends_on "avahi"
depends_on "libcap"
Expand Down

0 comments on commit 11c0d7a

Please sign in to comment.