mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
win: Also look in PROGRAMW6432 for cdb
This is necessary for 64 bit tools installed on a 64 bit OS, but with the tests run from a 32 bit Python. (sigh) Doesn't happen on bots, but comes up occasionally testing on VMs. R=mark@chromium.org Review URL: https://codereview.chromium.org/1425153003 .
This commit is contained in:
parent
04d97ca86e
commit
3e4130ad5d
@ -41,6 +41,7 @@ def CleanUpTempDirs():
|
||||
def FindInstalledWindowsApplication(app_path):
|
||||
search_paths = [os.getenv('PROGRAMFILES(X86)'),
|
||||
os.getenv('PROGRAMFILES'),
|
||||
os.getenv('PROGRAMW6432'),
|
||||
os.getenv('LOCALAPPDATA')]
|
||||
search_paths += os.getenv('PATH', '').split(os.pathsep)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user