From 8dc036b298e2f91472ad79635b141d2b2d147119 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 22 Aug 2018 10:11:30 -0500 Subject: [PATCH] proton: Drop WINEARCH from environment --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index fbb5f879..c88d7209 100755 --- a/proton +++ b/proton @@ -107,6 +107,7 @@ dlloverrides = {} #for performance, logging is disabled by default; override with user_settings.py env["DXVK_LOG_LEVEL"] = "none" env["WINEDEBUG"] = "-all" +env.pop("WINEARCH", "") if ld_path_var in os.environ: env[ld_path_var] = lib64dir + ":" + libdir + ":" + os.environ[ld_path_var]