aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 20:40:05 +1000
committerDavid Walter Seikel2014-04-21 20:40:05 +1000
commite75c2c6233939d50a98c548a9f5bf1b7a58cf578 (patch)
treee8c12ef9718ae860b6107484c50148340b643c1e /ClientHamr
parentKill more excess EFL logging. (diff)
downloadSledjHamr-e75c2c6233939d50a98c548a9f5bf1b7a58cf578.zip
SledjHamr-e75c2c6233939d50a98c548a9f5bf1b7a58cf578.tar.gz
SledjHamr-e75c2c6233939d50a98c548a9f5bf1b7a58cf578.tar.bz2
SledjHamr-e75c2c6233939d50a98c548a9f5bf1b7a58cf578.tar.xz
Use rpath to tell programs where to find our libraries.
Diffstat (limited to 'ClientHamr')
-rwxr-xr-xClientHamr/GuiLua/test.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
1#! /bin/bash 1#! /bin/bash
2 2
3export LD_LIBRARY_PATH=".:../../libraries"; ./skang -l test -foo "argy bargy" 3./skang -l test -foo "argy bargy"