From c53b217a1fcb76922f6da97b51ac9e8b5f26b332 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 31 Jul 2024 20:31:33 -0500 Subject: Remove extranious comment --- meta.lua | 2 -- 1 file changed, 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 = { debug = "-g", } local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} --- We can't actually use the git version from github, it's missing luac.c, which is needed to build the luac executable. --- Even though early makefiles, and later `onelua.c` files suggest it should exist. local builds = {} for version, link, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do -- cgit v1.2.3-55-g6feb