diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-08 01:13:49 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-08 01:13:49 -0600 |
commit | 22097c54e8f71cdebc412693b007dcbcc0647824 (patch) | |
tree | e282a88ce993f4034c62cd2c7687f9525424237e | |
parent | 0bb0848eef2e753baaa3142e414d09dd53380ddb (diff) | |
download | luajit-packaging-master.tar.gz luajit-packaging-master.tar.bz2 luajit-packaging-master.zip |
-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, |