From c7b4e7f82e0864d67b7a53535a7ca2e141295776 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 5 Aug 2024 19:00:20 -0500 Subject: Fix syntax --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index 1cf3c81..548acdb 100644 --- a/meta.lua +++ b/meta.lua @@ -26,7 +26,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} local builds = {} for _,image,lua_ver,link in cartesian(compilers,lua_versions) do builds["image-luafilesystem-" .. image .. "-lua" .. lua_ver] = { - image = "image-" .. image + image = "image-" .. image, requires = { {"http",link} }, -- cgit v1.2.3-55-g6feb