aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 20:41:26 +1000
committerDavid Walter Seikel2014-04-21 20:41:26 +1000
commitaae73e4dfa340f3ca0239dce92f1b564518ad834 (patch)
tree0550a5e077bff32f78137b46810f7b7627c5c662 /ClientHamr/GuiLua/GuiLua.c
parentUse rpath to tell programs where to find our libraries. (diff)
downloadSledjHamr-aae73e4dfa340f3ca0239dce92f1b564518ad834.zip
SledjHamr-aae73e4dfa340f3ca0239dce92f1b564518ad834.tar.gz
SledjHamr-aae73e4dfa340f3ca0239dce92f1b564518ad834.tar.bz2
SledjHamr-aae73e4dfa340f3ca0239dce92f1b564518ad834.tar.xz
Shift libGuiLua.so to the libraries directory.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index 1e6d3fa..c7a368c 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -359,7 +359,7 @@ be 'libGuiLua'.
359Normally luaL_register() creates a table of functions, that is the table 359Normally luaL_register() creates a table of functions, that is the table
360returned, but we want to do something different with skang. 360returned, but we want to do something different with skang.
361*/ 361*/
362int luaopen_libGuiLua(lua_State *L) 362int luaopen_GuiLua(lua_State *L)
363{ 363{
364 int skang; 364 int skang;
365 365