diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 18:47:19 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 18:47:19 -0500 |
commit | f03bcc09389ab56f76feae5e71f80f4c74bcd81b (patch) | |
tree | 0735e472f9f47fcd38cfb6701dcf6bcd2ed9344d | |
parent | 3966a6bb12f11600668e607a8da09fdd8818cf48 (diff) | |
download | luarocks-packaging-f03bcc09389ab56f76feae5e71f80f4c74bcd81b.tar.gz luarocks-packaging-f03bcc09389ab56f76feae5e71f80f4c74bcd81b.tar.bz2 luarocks-packaging-f03bcc09389ab56f76feae5e71f80f4c74bcd81b.zip |
Also export the C file
-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, |