From 1ff23d8a4c1935cc1c502ef2e3cce5fd9d920531 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 23 Aug 2024 14:21:45 -0500 Subject: Update produces system --- meta.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta.lua b/meta.lua index 6ea8450..695c56d 100644 --- a/meta.lua +++ b/meta.lua @@ -31,10 +31,10 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers {"cicd", "image-" .. image}, }, produces = { - "lua.exe", - "lua" .. version .. ".dll", - "liblua.a", - "luac.exe", + ["lua.exe"] = true, + ["lua" .. version .. ".dll"] = true, + ["liblua.a"] = true, + ["luac.exe"] = true, }, env = { CFLAGS = optimization .. " " .. flag, -- cgit v1.2.3-55-g6feb