diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-19 12:24:53 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-19 12:24:53 -0500 |
commit | 72ec490dbd079556d2b043d65d63405fb1cc1a3b (patch) | |
tree | a5d4a6e38976ff3b1b9bf3eeb3ff761d5fdce6a7 /meta.lua | |
parent | d2be6ccef06f0a7174734706c669da8b2ffffad8 (diff) | |
download | luafilesystem-packaging-72ec490dbd079556d2b043d65d63405fb1cc1a3b.tar.gz luafilesystem-packaging-72ec490dbd079556d2b043d65d63405fb1cc1a3b.tar.bz2 luafilesystem-packaging-72ec490dbd079556d2b043d65d63405fb1cc1a3b.zip |
Pack distributables for release builds
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers | |||
33 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, | 33 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, |
34 | }, | 34 | }, |
35 | produces = { | 35 | produces = { |
36 | "luafilesystem-scm-1.mingw32-x86_64.rock" | 36 | ["luafilesystem-scm-1.mingw32-x86_64.rock"] = image .. "/" .. rel .. "/" .. name .. "/" .. version |
37 | }, | 37 | }, |
38 | env = { | 38 | env = { |
39 | CFLAGS = optimization .. " " .. flag, | 39 | CFLAGS = optimization .. " " .. flag, |