aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdists/gcw0/scummvm.sh2
1 files changed, 2 insertions, 0 deletions
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