summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-31 20:31:33 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-31 20:31:33 -0500
commitc53b217a1fcb76922f6da97b51ac9e8b5f26b332 (patch)
treebbc34abae1125cd82b99da5cebe2306ea669c5c0
parent47dc756fffb72ca26e5f3f46d96d47e78e11c62a (diff)
downloadlua-packaging-c53b217a1fcb76922f6da97b51ac9e8b5f26b332.tar.gz
lua-packaging-c53b217a1fcb76922f6da97b51ac9e8b5f26b332.tar.bz2
lua-packaging-c53b217a1fcb76922f6da97b51ac9e8b5f26b332.zip
Remove extranious comment
-rw-r--r--meta.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index 2f0e1e9..575cb37 100644
--- a/meta.lua
+++ b/meta.lua
@@ -16,8 +16,6 @@ local debug = {
16 debug = "-g", 16 debug = "-g",
17} 17}
18local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} 18local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]}
19-- We can't actually use the git version from github, it's missing luac.c, which is needed to build the luac executable.
20-- Even though early makefiles, and later `onelua.c` files suggest it should exist.
21 19
22local builds = {} 20local builds = {}
23for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do 21for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do