Skip to content

Commit

Permalink
add ninja dep
Browse files Browse the repository at this point in the history
Closes #2.

Signed-off-by: Ali Naqvi <[email protected]>
  • Loading branch information
naqvis committed Sep 22, 2024
1 parent a23449c commit 12e943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ztm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class Ztm < Formula
url "https://github.com/flomesh-io/ztm.git", tag: "v0.2.0"
license "Apache-2.0"

depends_on "ninja" => :build
depends_on "cmake" => :build
depends_on "ninja" => :build
depends_on "node" => :build
depends_on "openssl@3" => :build

Expand Down

0 comments on commit 12e943f

Please sign in to comment.