summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-02-17 11:48:04 +1100
committerdaurnimator <quae@daurnimator.com>2018-02-17 11:48:13 +1100
commit768da18f285e6ccef7addad230e057b8a0f5f209 (patch)
treea16fcb73ca11dcdfe95f7d07c2cab85e5ac46e72
parent123dfc7ca0cea702a552bc24614e66b4144cca07 (diff)
downloadfengari-768da18f285e6ccef7addad230e057b8a0f5f209.tar.gz
fengari-768da18f285e6ccef7addad230e057b8a0f5f209.tar.bz2
fengari-768da18f285e6ccef7addad230e057b8a0f5f209.zip
src/defs.js: js files belong in share/ not lib/
-rw-r--r--src/defs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defs.js b/src/defs.js
index 5b0081b..dc9e914 100644
--- a/src/defs.js
+++ b/src/defs.js
@@ -396,7 +396,7 @@ if (typeof process === "undefined") {
const LUA_JSPATH_DEFAULT = to_luastring(
LUA_JSDIR + "?.js;" +
- LUA_JSDIR + "..\\lib\\lua\\" + LUA_VDIR + "\\?.js;" +
+ LUA_JSDIR + "..\\share\\lua\\" + LUA_VDIR + "\\?.js;" +
LUA_JSDIR + "loadall.js;.\\?.js"
);
module.exports.LUA_JSPATH_DEFAULT = LUA_JSPATH_DEFAULT;
@@ -410,7 +410,7 @@ if (typeof process === "undefined") {
const LUA_LDIR = LUA_ROOT + "share/lua/" + LUA_VDIR + "/";
module.exports.LUA_LDIR = LUA_LDIR;
- const LUA_JSDIR = LUA_ROOT + "lib/lua/" + LUA_VDIR + "/";
+ const LUA_JSDIR = LUA_ROOT + "share/lua/" + LUA_VDIR + "/";
module.exports.LUA_JSDIR = LUA_JSDIR;
const LUA_PATH_DEFAULT = to_luastring(