mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
proton: Drop WINEARCH from environment
This commit is contained in:
parent
10012eee17
commit
8dc036b298
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 New Issue
Block a user