mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
5581721: [DEPS] Update clang-format location
https://chromium-review.googlesource.com/c/chromium/src/+/5581721
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user