lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> In lua-5.4.2/src/Makefile ( https://www.lua.org/ftp/lua-5.4.2.tar.gz ),
>
> * A name of a lua executable is configurable by a variable LUA_T.
> * But, in a target 'test', the name of the lua executable is hard-coded as './lua'.
>
> And, the patch modifies it to use './$(LUA_T)' instead of './lua'.

Thanks for the report and patch.