Browse Source

lua: Add missing trailing slash

android-5
Fredrik Fornwall 8 years ago
parent
commit
bcc145db7e
  1. 2
      packages/liblua/src-luaconf.h.patch

2
packages/liblua/src-luaconf.h.patch

@ -6,7 +6,7 @@ diff -r -u ../lua-5.3.3/src/luaconf.h ./src/luaconf.h
#else /* }{ */
-#define LUA_ROOT "/usr/local/"
+#define LUA_ROOT "@TERMUX_PREFIX@"
+#define LUA_ROOT "@TERMUX_PREFIX@/"
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
#define LUA_PATH_DEFAULT \

Loading…
Cancel
Save