diff options
| -rw-r--r-- | meta.lua | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -31,10 +31,10 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers | |||
| 31 | {"cicd", "image-" .. image}, | 31 | {"cicd", "image-" .. image}, |
| 32 | }, | 32 | }, |
| 33 | produces = { | 33 | produces = { |
| 34 | "lua.exe", | 34 | ["lua.exe"] = true, |
| 35 | "lua" .. version .. ".dll", | 35 | ["lua" .. version .. ".dll"] = true, |
| 36 | "liblua.a", | 36 | ["liblua.a"] = true, |
| 37 | "luac.exe", | 37 | ["luac.exe"] = true, |
| 38 | }, | 38 | }, |
| 39 | env = { | 39 | env = { |
| 40 | CFLAGS = optimization .. " " .. flag, | 40 | CFLAGS = optimization .. " " .. flag, |
