From e75c2c6233939d50a98c548a9f5bf1b7a58cf578 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 21 Apr 2014 20:40:05 +1000 Subject: Use rpath to tell programs where to find our libraries. --- 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 93a4afb..1effdb3 100755 --- a/ClientHamr/GuiLua/test.sh +++ b/ClientHamr/GuiLua/test.sh @@ -1,3 +1,3 @@ #! /bin/bash -export LD_LIBRARY_PATH=".:../../libraries"; ./skang -l test -foo "argy bargy" +./skang -l test -foo "argy bargy" -- cgit v1.1