From 4d7b546602b906f924ac91a01276cd3b2569ca9f Mon Sep 17 00:00:00 2001 From: Renato Maia Date: Mon, 21 Apr 2025 11:16:38 -0300 Subject: feat: add LUA_VERSION build variable for rockspecs --- docs/creating_a_makefile_that_plays_nice_with_luarocks.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/creating_a_makefile_that_plays_nice_with_luarocks.md b/docs/creating_a_makefile_that_plays_nice_with_luarocks.md index 6d9ff2af..a6187659 100644 --- a/docs/creating_a_makefile_that_plays_nice_with_luarocks.md +++ b/docs/creating_a_makefile_that_plays_nice_with_luarocks.md @@ -21,6 +21,7 @@ For building: * `LUA_INCDIR` - where to find the Lua headers * `LUALIB` - the name of the Lua library. This is not available nor needed on all platforms. * `LUA` - the name of the Lua interpreter +* `LUA_VERSION` - the version of Lua For installing: -- cgit v1.2.3-55-g6feb