diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-07-31 20:31:33 -0500 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-31 20:31:33 -0500 |
| commit | c53b217a1fcb76922f6da97b51ac9e8b5f26b332 (patch) | |
| tree | bbc34abae1125cd82b99da5cebe2306ea669c5c0 | |
| parent | 47dc756fffb72ca26e5f3f46d96d47e78e11c62a (diff) | |
| download | lua-packaging-c53b217a1fcb76922f6da97b51ac9e8b5f26b332.tar.gz lua-packaging-c53b217a1fcb76922f6da97b51ac9e8b5f26b332.tar.bz2 lua-packaging-c53b217a1fcb76922f6da97b51ac9e8b5f26b332.zip | |
Remove extranious comment
| -rw-r--r-- | meta.lua | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -16,8 +16,6 @@ local debug = { | |||
| 16 | debug = "-g", | 16 | debug = "-g", |
| 17 | } | 17 | } |
| 18 | local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | 18 | local 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 | ||
| 22 | local builds = {} | 20 | local builds = {} |
| 23 | for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do | 21 | for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do |
