mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
luajit: move patches dir to the right place
Closes #3792 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- a/src/luaconf.h
|
||||
+++ b/src/luaconf.h
|
||||
@@ -35,8 +35,8 @@
|
||||
#ifndef LUA_LMULTILIB
|
||||
#define LUA_LMULTILIB "lib"
|
||||
#endif
|
||||
-#define LUA_LROOT "/usr/local"
|
||||
-#define LUA_LUADIR "/lua/5.1/"
|
||||
+#define LUA_LROOT "/usr"
|
||||
+#define LUA_LUADIR "/lua/"
|
||||
#define LUA_LJDIR "/luajit-2.1.0-beta2/"
|
||||
|
||||
#ifdef LUA_ROOT
|
||||
Reference in New Issue
Block a user