diff options
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ 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 | ["luajit.exe"] = true, | 40 | ["lua.exe"] = true, |
41 | ["lua51.dll"] = true, | 41 | ["lua51.dll"] = true, |
42 | ["libluajit-5.1.dll.a"] = true, | 42 | ["libluajit-5.1.dll.a"] = true, |
43 | ["libluajit.a"] = true, | 43 | ["libluajit.a"] = true, |