build/linux: Do not allow library preloading on AppImage

Closes: #13527
This commit is contained in:
Bruno Lopes 2025-04-12 19:20:29 -03:00
parent f58ac5f6cd
commit 2cedc9fc96
No known key found for this signature in database

View file

@ -8,8 +8,9 @@ if [ -z "$APPDIR" ]; then
fi
## Minimum runtime paths. See: #13603
## Minimum runtime paths. See: #13527 and #13603
export PATH="$APPDIR"/usr/bin/:"$PATH"
unset LD_PRELOAD
unset LD_LIBRARY_PATH
export XDG_DATA_DIRS="$APPDIR"/usr/share/:"$XDG_DATA_DIRS"