Skip to content

Commit

Permalink
fix(magnetico): ensure czmq dependencies are in the pkg-config path
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Dec 21, 2024
1 parent 49f70f8 commit 5cc6b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/magnetico.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ class Magnetico < Formula

depends_on "czmq" => :build
depends_on "go" => :build
depends_on "libsodium" => :build
depends_on "lz4" => :build
depends_on "pkg-config" => :build
depends_on "zeromq" => :build

def install
ENV["CGO_ENABLED"] = "1"
Expand Down

0 comments on commit 5cc6b5b

Please sign in to comment.