From 6b11d40d494ea06e6a2c6ae7238bb8618b1c73b6 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 17 Sep 2024 13:47:52 -0500 Subject: export the right file --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index 243f380..458b054 100644 --- a/meta.lua +++ b/meta.lua @@ -25,7 +25,7 @@ for opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in cartesian(optimizations, {"git", "bzip2"}, }, produces = { - ["bzip2.a"] = true, + ["libbz2.a"] = true, }, env = { CFLAGS = " " .. opti_v .. " " .. debug_v, -- cgit v1.2.3-55-g6feb