aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-25 18:47:19 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-25 18:47:19 -0500
commitf03bcc09389ab56f76feae5e71f80f4c74bcd81b (patch)
tree0735e472f9f47fcd38cfb6701dcf6bcd2ed9344d
parent3966a6bb12f11600668e607a8da09fdd8818cf48 (diff)
downloadluarocks-packaging-f03bcc09389ab56f76feae5e71f80f4c74bcd81b.tar.gz
luarocks-packaging-f03bcc09389ab56f76feae5e71f80f4c74bcd81b.tar.bz2
luarocks-packaging-f03bcc09389ab56f76feae5e71f80f4c74bcd81b.zip
Also export the C file
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
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
68 }, 68 },
69 produces = { 69 produces = {
70 ["luarocks.exe"] = true, 70 ["luarocks.exe"] = true,
71 ["luarocks.exe.c"] = true,
71 }, 72 },
72 env = { 73 env = {
73 CFLAGS=" " .. opti_v .. " " .. debug_v, 74 CFLAGS=" " .. opti_v .. " " .. debug_v,