aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,