chore(lua): Use PACKAGE_DATADIR and AM_CPPFLAGS

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