proton: Drop WINEARCH from environment

This commit is contained in:
Andrew Eikum 2018-08-22 10:11:30 -05:00
parent 10012eee17
commit 8dc036b298

1
proton
View File

@ -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]