build/linux: Do not allow library preloading on AppImage
Closes: #13527
This commit is contained in:
parent
f58ac5f6cd
commit
2cedc9fc96
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue