From f03bcc09389ab56f76feae5e71f80f4c74bcd81b Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 25 Sep 2024 18:47:19 -0500 Subject: Also export the C file --- meta.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/meta.lua b/meta.lua index 88a4f23..de79dcf 100644 --- a/meta.lua +++ b/meta.lua @@ -68,6 +68,7 @@ for version_k, version_v, opti_k, opti_v, debug_k, debug_v, comp_k, comp_v in ca }, produces = { ["luarocks.exe"] = true, + ["luarocks.exe.c"] = true, }, env = { CFLAGS=" " .. opti_v .. " " .. debug_v, -- cgit v1.2.3-55-g6feb