diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-30 12:52:24 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-30 12:52:24 -0500 |
commit | a0ebe6054e58cc240e56bb9f907198fb1ca76bd5 (patch) | |
tree | 343d7c0894b1f82ea42df504bd5a7b9e038b14c7 | |
parent | ae3e8e4331852dc89479fba5c5175721bd27c20e (diff) | |
download | lua-packaging-a0ebe6054e58cc240e56bb9f907198fb1ca76bd5.tar.gz lua-packaging-a0ebe6054e58cc240e56bb9f907198fb1ca76bd5.tar.bz2 lua-packaging-a0ebe6054e58cc240e56bb9f907198fb1ca76bd5.zip |
fix builds
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | |||
28 | local builds = {} | 28 | local builds = {} |
29 | for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do | 29 | for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do |
30 | table.insert(builds,{ | 30 | table.insert(builds,{ |
31 | image = "image-" .. compilers, | 31 | image = "image-" .. image, |
32 | name = "lua" .. version .. optimization .. "-" .. rel .. "-" .. name .. "-" .. image, | 32 | name = "lua" .. version .. optimization .. "-" .. rel .. "-" .. name .. "-" .. image, |
33 | requires = { | 33 | requires = { |
34 | {"http", link}, | 34 | {"http", link}, |