diff --git a/pressure-vessel-unruntime b/pressure-vessel-unruntime
index d2ecf651519d52c64e9815430243bc7114020ef2..d898e4e0039fc647e0a2e45a14c3f909234f5028 100755
--- a/pressure-vessel-unruntime
+++ b/pressure-vessel-unruntime
@@ -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")