From fb11a0174b1d9b3a8f3bf2756509fcda916b739b Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 23 Jul 2024 17:04:57 +0900 Subject: [PATCH] GLOBAL: pathing the retrodeck components provided libraries --- functions/global.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/global.sh b/functions/global.sh index 52db4426..d1f71487 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -2,6 +2,9 @@ # This file is containing some global function needed for the script such as the config file tools +# pathing the retrodeck components provided libraries +export LD_LIBRAY_PATH="$LD_LIBRAY_PATH:/app/retrodeck/lib/" + source /app/libexec/050_save_migration.sh source /app/libexec/checks.sh source /app/libexec/compression.sh