diff options
author | David Walter Seikel | 2014-04-20 16:13:37 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-20 16:13:37 +1000 |
commit | fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b (patch) | |
tree | 21a21727c2ed10086b265f9ca9c867641c64c984 /ClientHamr/GuiLua | |
parent | Add breath test comments. (diff) | |
download | SledjHamr-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')
-rwxr-xr-x | ClientHamr/GuiLua/build.lua | 2 |
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 |
14 | end | 14 | end |
15 | 15 | ||
16 | LDFLAGS = '-L ' .. dir .. ' ' .. LDFLAGS | 16 | LDFLAGS = '-L ' .. dir .. ' ' .. LDFLAGS |