From 9ad55d5c76043afa89ef6fcb692899c610fa82d6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 1 Feb 2026 01:37:50 +0100 Subject: Fix environment to load libs from lib64. --- run/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/environment b/run/environment index cf1448c23..f669b93ea 100644 --- a/run/environment +++ b/run/environment @@ -7,7 +7,7 @@ fi DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" build=$DIR/../build env=$DIR/../../.. -export LD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$env/lib:/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$build/src/lib:$build/src/wx:$env/lib:$env/lib64:/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH if [[ $(readlink -f $DIR/..) =~ (.*build/[^/]*) ]]; then export LD_LIBRARY_PATH=${BASH_REMATCH[1]}/lib:$LD_LIBRARY_PATH fi -- cgit v1.2.3