diff options
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}, |