diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 19:00:20 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 19:00:20 -0500 |
commit | c7b4e7f82e0864d67b7a53535a7ca2e141295776 (patch) | |
tree | 79b1c85991dd7f492d029bfa86859ff0b8a9ecab | |
parent | 7e81254e8efeaca853b3e82db8f53eded638c330 (diff) | |
download | luafilesystem-packaging-c7b4e7f82e0864d67b7a53535a7ca2e141295776.tar.gz luafilesystem-packaging-c7b4e7f82e0864d67b7a53535a7ca2e141295776.tar.bz2 luafilesystem-packaging-c7b4e7f82e0864d67b7a53535a7ca2e141295776.zip |
Fix syntax
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | |||
26 | local builds = {} | 26 | local builds = {} |
27 | for _,image,lua_ver,link in cartesian(compilers,lua_versions) do | 27 | for _,image,lua_ver,link in cartesian(compilers,lua_versions) do |
28 | builds["image-luafilesystem-" .. image .. "-lua" .. lua_ver] = { | 28 | builds["image-luafilesystem-" .. image .. "-lua" .. lua_ver] = { |
29 | image = "image-" .. image | 29 | image = "image-" .. image, |
30 | requires = { | 30 | requires = { |
31 | {"http",link} | 31 | {"http",link} |
32 | }, | 32 | }, |