build: fix clang format location helper (again) (#42911)
This commit is contained in:
parent
f575e52586
commit
81351dd1a9
2 changed files with 5 additions and 2 deletions
|
@ -194,6 +194,9 @@ def get_buildtools_executable(name):
|
|||
chromium_platform = 'linux64'
|
||||
else:
|
||||
raise Exception(f"Unsupported platform: {sys.platform}")
|
||||
|
||||
if name == 'clang-format':
|
||||
chromium_platform += '-format'
|
||||
|
||||
path = os.path.join(buildtools, chromium_platform, name)
|
||||
if sys.platform == 'win32':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue