Update luaa.h
Co-authored-by: ShayAgros <37025016+ShayAgros@users.noreply.github.com>
This commit is contained in:
parent
ba923cb80d
commit
47fd7797b4
2
luaa.h
2
luaa.h
|
@ -32,7 +32,7 @@
|
|||
#include "common/luaclass.h"
|
||||
|
||||
#if !(501 <= LUA_VERSION_NUM && LUA_VERSION_NUM < 504)
|
||||
print("Awesome only supports Lua versions 5.1-5.3, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building")
|
||||
#error "Awesome only supports Lua versions 5.1-5.3 and LuaJIT2, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building"
|
||||
#endif
|
||||
|
||||
#define luaA_deprecate(L, repl) \
|
||||
|
|
Loading…
Reference in New Issue