diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-01 01:37:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-01 01:37:50 +0100 |
| commit | 9ad55d5c76043afa89ef6fcb692899c610fa82d6 (patch) | |
| tree | 0049d3eb89a0ecec5784b34ff48a281364a6f864 | |
| parent | 35834e371b3de1053d94dece2e80fc5d18338a12 (diff) | |
Fix environment to load libs from lib64.
| -rw-r--r-- | run/environment | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
