diff options
Diffstat (limited to 'meta.lua')
| -rw-r--r-- | meta.lua | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -37,10 +37,10 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c | |||
| 37 | {"cicd", "luajit-meta:buildvm"}, | 37 | {"cicd", "luajit-meta:buildvm"}, |
| 38 | }, | 38 | }, |
| 39 | produces = { | 39 | produces = { |
| 40 | ["lua.exe"] = true, | 40 | ["luajit.exe"] = true, |
| 41 | ["lua51.dll"] = true, | 41 | ["lua51.dll"] = true, |
| 42 | ["liblua.a"] = true, | 42 | ["libluajit-5.1.dll.a"] = true, |
| 43 | ["luac.exe"] = true, | 43 | ["libluajit.a"] = true, |
| 44 | }, | 44 | }, |
| 45 | env = { | 45 | env = { |
| 46 | CFLAGS = optimization .. " " .. flag, | 46 | CFLAGS = optimization .. " " .. flag, |
