From 554df88478a51be3bd8f7e48032b578edb58b64f Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 17 Sep 2024 10:31:55 -0500 Subject: Add git dependency --- meta.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index 82318cf..22a121a 100644 --- a/meta.lua +++ b/meta.lua @@ -18,7 +18,9 @@ local builds = {} for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, debug, compilers) do builds["libz-" .. opti_k .. "-" .. rel_k .. "-" .. comp_k] = { image = "image-" .. comp_v, - requires = {}, + requires = { + {"git", "zlib"}, + }, produces = { ["libz.a"] = true }, -- cgit v1.2.3-55-g6feb