From 50e0fa03c48cb9af03c3efdc3100f12687651a2e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 21 Aug 2023 03:06:26 +0200 Subject: Switch build system to rolling releases. --- src/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/luaconf.h') diff --git a/src/luaconf.h b/src/luaconf.h index c1c9b4d3..8fc3eee5 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -37,7 +37,7 @@ #endif #define LUA_LROOT "/usr/local" #define LUA_LUADIR "/lua/5.1/" -#define LUA_LJDIR "/luajit-2.0.5/" +#define LUA_LJDIR "/luajit-2.0/" #ifdef LUA_ROOT #define LUA_JROOT LUA_ROOT -- cgit v1.2.3-55-g6feb