From 673c0a61c0a764c8ab605803fc393f8e8c565c65 Mon Sep 17 00:00:00 2001 From: craigsc Date: Sun, 12 Jan 2020 22:33:00 -0800 Subject: Add the top-level dir of the packaged OPK into the LD_LIBRARY_PATH to use the libmad lib dynamically --- dists/gcw0/scummvm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dists/gcw0/scummvm.sh b/dists/gcw0/scummvm.sh index 30b8a6e78d..7c1d532f77 100755 --- a/dists/gcw0/scummvm.sh +++ b/dists/gcw0/scummvm.sh @@ -6,6 +6,8 @@ if [ ! -f $HOME/.scummvmrc ] ; then cp ./scummvmrc $HOME/.scummvmrc fi +export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH + if [ ! -f $HOME/.debug_scummvmrc ] ; then exec ./scummvm 2>&1 >/var/tmp/scummvm.log else -- cgit v1.2.3