summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 428f6ba..6a361bd 100644
--- a/meta.lua
+++ b/meta.lua
@@ -31,6 +31,8 @@ for version, _, name, optimization, rel, flag, _, image in cartesian(lua_version
31 {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":include.tar.gz"}, 31 {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":include.tar.gz"},
32 {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libcrypto.a"}, 32 {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libcrypto.a"},
33 {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libssl.a"}, 33 {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libssl.a"},
34 {"cicd","dlfcn-win32:dlfcn.tar.gz"},
35 {"cicd","dlfcn-win32:libdl.a"},
34 }, 36 },
35 produces = { 37 produces = {
36 ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, 38 ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel},