From a09c98760ed2957062aa8a4934828cb6bc4a09e2 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 21 Apr 2014 17:55:22 +1000 Subject: GuiLua uses LumbrJack and Runnr from the shared libraries directory at run time to. --- ClientHamr/GuiLua/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/test.sh') diff --git a/ClientHamr/GuiLua/test.sh b/ClientHamr/GuiLua/test.sh index c1b0afb..93a4afb 100755 --- a/ClientHamr/GuiLua/test.sh +++ b/ClientHamr/GuiLua/test.sh @@ -1,3 +1,3 @@ #! /bin/bash -export LD_LIBRARY_PATH="."; ./skang -l test -foo "argy bargy" +export LD_LIBRARY_PATH=".:../../libraries"; ./skang -l test -foo "argy bargy" -- cgit v1.1