Skip to content

Commit

Permalink
build(macos): fix libcurl linking (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Nov 9, 2024
1 parent fb1f5b5 commit d1e7865
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 d1e7865

Please sign in to comment.