summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-08 01:13:49 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-08 01:13:49 -0600
commit22097c54e8f71cdebc412693b007dcbcc0647824 (patch)
treee282a88ce993f4034c62cd2c7687f9525424237e
parent0bb0848eef2e753baaa3142e414d09dd53380ddb (diff)
downloadluajit-packaging-master.tar.gz
luajit-packaging-master.tar.bz2
luajit-packaging-master.zip
Set correct binary nameHEADmaster
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
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
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,