From 12e943f1c4fd3a1106a178e898ee686896ff20bc Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Mon, 23 Sep 2024 00:36:59 +0800 Subject: [PATCH] add ninja dep Closes #2. Signed-off-by: Ali Naqvi <10077630+naqvis@users.noreply.github.com> --- Formula/ztm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ztm.rb b/Formula/ztm.rb index c02e787..bf91ad8 100644 --- a/Formula/ztm.rb +++ b/Formula/ztm.rb @@ -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