feat(lua): Make LUA_DATADIR option

This commit is contained in:
PRESFIL
2025-07-07 13:13:49 +00:00
committed by Jari Sundell
parent 8dcf2bc609
commit 1492d39a3a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
#ifdef HAVE_LUA
#include <lua.hpp>
#define LUA_DATADIR PACKAGE_DATADIR "/lua"
#endif
namespace rpc {