diff options
-rw-r--r-- | meta.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |