diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2026-02-16 20:15:56 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2026-02-16 20:15:56 -0600 |
| commit | c19c3e38cb963bd7869616f3fc89f3ae13cad600 (patch) | |
| tree | 6c17bc7e0cf5d2fa2b3470f26df4193c3b89a309 | |
| parent | f5af62214022da29708ad2b14f1a968d9256e959 (diff) | |
| download | luasocket-packaging-master.tar.gz luasocket-packaging-master.tar.bz2 luasocket-packaging-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | meta.lua | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -32,7 +32,7 @@ local compilers = { | |||
| 32 | local builds = {} | 32 | local builds = {} |
| 33 | 33 | ||
| 34 | for version, _, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do | 34 | for version, _, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do |
| 35 | local buildname = "lusocket-" .. version .. "-" .. image | 35 | local buildname = "luasocket-" .. version .. "-" .. image |
| 36 | builds[buildname] = { | 36 | builds[buildname] = { |
| 37 | image = "image-luarocks-" .. version .. "-" .. image, | 37 | image = "image-luarocks-" .. version .. "-" .. image, |
| 38 | requires = { | 38 | requires = { |
| @@ -41,7 +41,7 @@ for version, _, name, optimization, rel, flag, _, image in cartesian(lua_version | |||
| 41 | {"cicd", "lua" .. table.concat({version, name, rel, image}, "-") .. ":lua" .. version .. ".dll"}, | 41 | {"cicd", "lua" .. table.concat({version, name, rel, image}, "-") .. ":lua" .. version .. ".dll"}, |
| 42 | }, | 42 | }, |
| 43 | produces = { | 43 | produces = { |
| 44 | ["lusocket-3.1.0-1.mingw32-x86_64.rock"] = {"luarocks.sh", "luasocket", image, version, name, rel}, | 44 | ["luasocket-3.1.0-1.mingw32-x86_64.rock"] = {"luarocks.sh", "luasocket", image, version, name, rel}, |
| 45 | }, | 45 | }, |
| 46 | env = { | 46 | env = { |
| 47 | CFLAGS = optimization .. " " .. flag, | 47 | CFLAGS = optimization .. " " .. flag, |
