Skip to content
Snippets Groups Projects
Commit fb66b610 authored by Simon McVittie's avatar Simon McVittie
Browse files

unruntime: Disable host fallback by default


If bwrap doesn't work, and we automatically fall back to using the
traditional LD_LIBRARY_PATH runtime, then we'll invalidate the testing
that people thought they were doing.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 66107431
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ steam_runtime="${STEAM_RUNTIME-}"
declare -a options
ld_preload=
options=(--host-fallback)
options=()
if [ -n "${LD_LIBRARY_PATH-}" ]; then
options+=("--env-if-host=LD_LIBRARY_PATH=$LD_LIBRARY_PATH")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment