summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-19 12:24:53 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-19 12:24:53 -0500
commit72ec490dbd079556d2b043d65d63405fb1cc1a3b (patch)
treea5d4a6e38976ff3b1b9bf3eeb3ff761d5fdce6a7 /meta.lua
parentd2be6ccef06f0a7174734706c669da8b2ffffad8 (diff)
downloadluafilesystem-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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index db0d812..d2f5f56 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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,