summaryrefslogtreecommitdiff
path: root/lualibs-util-env.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-02-02 01:10:08 -0800
committerPhilipp Gesang <phg42.2a@gmail.com>2014-02-02 01:10:08 -0800
commitd758aba692b362c8653e1e4b1b5c13df4346652b (patch)
tree85352d4c1c48f6df474ff9f330cf7207f726d1a5 /lualibs-util-env.lua
parent954d59d0e7c66cbeb72c9d323706dafdd7ac3a5b (diff)
parent43ffeea64e686e25807959575d07162bc8bb02b6 (diff)
downloadlualibs-d758aba692b362c8653e1e4b1b5c13df4346652b.tar.gz
Merge pull request #23 from phi-gamma/master
sync with Context
Diffstat (limited to 'lualibs-util-env.lua')
-rw-r--r--lualibs-util-env.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lualibs-util-env.lua b/lualibs-util-env.lua
index 1184c1d..0a708ea 100644
--- a/lualibs-util-env.lua
+++ b/lualibs-util-env.lua
@@ -42,7 +42,7 @@ local basicengines = allocate {
-- ["texluajit.exe"] = "luajittex",
}
-local luaengines=allocate {
+local luaengines = allocate {
["lua"] = true,
["luajit"] = true,
}
@@ -66,6 +66,8 @@ elseif luaengines[file.removesuffix(arg[-1])] then
-- arg[k-1] = arg[k]
-- end
-- remove(arg) -- last
+--
+-- environment.used_as_library = true
elseif validengines[file.removesuffix(arg[0])] then
if arg[1] == "--luaonly" then
arg[-1] = arg[0]