diff options
| -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, |
