aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 16:13:37 +1000
committerDavid Walter Seikel2014-04-20 16:13:37 +1000
commitfd361fdf6bc1c637c7f9391f4c6aea38053f4e6b (patch)
tree21a21727c2ed10086b265f9ca9c867641c64c984 /ClientHamr/GuiLua/build.lua
parentAdd breath test comments. (diff)
downloadSledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.zip
SledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.tar.gz
SledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.tar.bz2
SledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.tar.xz
Clean up the LOCALDIR stuff, and replace it with workingDir. Still needs some work.
Diffstat (limited to 'ClientHamr/GuiLua/build.lua')
-rwxr-xr-xClientHamr/GuiLua/build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/build.lua b/ClientHamr/GuiLua/build.lua
index 3fcfffb..d2ffdd9 100755
--- a/ClientHamr/GuiLua/build.lua
+++ b/ClientHamr/GuiLua/build.lua
@@ -10,7 +10,7 @@ if 'nil' == type(dir) then
10 else 10 else
11 print("ERROR - " .. err) 11 print("ERROR - " .. err)
12 end 12 end
13 dir = readCommand('pwd') 13 dir = workingDir
14end 14end
15 15
16LDFLAGS = '-L ' .. dir .. ' ' .. LDFLAGS 16LDFLAGS = '-L ' .. dir .. ' ' .. LDFLAGS