From 22097c54e8f71cdebc412693b007dcbcc0647824 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 8 Nov 2024 01:13:49 -0600 Subject: Set correct binary name --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index 562a9d3..1d3bdf2 100644 --- a/meta.lua +++ b/meta.lua @@ -37,7 +37,7 @@ for name, optimization, rel, flag, _, image in cartesian(optimizations, debug, c {"cicd", "luajit-meta:buildvm"}, }, produces = { - ["luajit.exe"] = true, + ["lua.exe"] = true, ["lua51.dll"] = true, ["libluajit-5.1.dll.a"] = true, ["libluajit.a"] = true, -- cgit v1.2.3-55-g6feb