proton: Drop WINEARCH from environment
This commit is contained in:
parent
10012eee17
commit
8dc036b298
1 changed files with 1 additions and 0 deletions
1
proton
1
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]
|
||||
|
|
Loading…
Reference in a new issue