diff options
| -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 |
