aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 17:53:25 +1000
committerDavid Walter Seikel2014-04-21 17:53:25 +1000
commite9447ecc19114cee9550c7aaea89a4d3de3cfa3f (patch)
tree8f99cefa904c2ee80ac83abea394a54cf51bea0b /ClientHamr/extantz/build.lua
parentAdded LumbrJack (logging) and Runnr (Lua function / script runner). (diff)
downloadSledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.zip
SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.tar.gz
SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.tar.bz2
SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.tar.xz
Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua.
Diffstat (limited to 'ClientHamr/extantz/build.lua')
-rwxr-xr-xClientHamr/extantz/build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/build.lua b/ClientHamr/extantz/build.lua
index ca67fec..096c5ff 100755
--- a/ClientHamr/extantz/build.lua
+++ b/ClientHamr/extantz/build.lua
@@ -6,7 +6,7 @@ if 'nil' == type(dir) then
6 local build, err = loadfile('../../build.lua') 6 local build, err = loadfile('../../build.lua')
7 if build then 7 if build then
8 setfenv(build, getfenv(2)) 8 setfenv(build, getfenv(2))
9 build('') 9 build(2)
10 else 10 else
11 print("ERROR - " .. err) 11 print("ERROR - " .. err)
12 end 12 end