5581721: [DEPS] Update clang-format location

https://chromium-review.googlesource.com/c/chromium/src/+/5581721
This commit is contained in:
John Kleinschmidt
2024-06-10 12:02:27 -05:00
parent 098ebbb759
commit a77116a0fa

View File

@@ -192,7 +192,7 @@ def get_buildtools_executable(name):
'cygwin': 'win',
}[sys.platform]
if name == 'clang-format':
path = os.path.join(buildtools, chromium_platform, 'format', name)
path = os.path.join(buildtools, f"{chromium_platform}-format", name)
else:
path = os.path.join(buildtools, chromium_platform, name)
if sys.platform == 'win32':