mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[xenia-build] Check for clang-format 14
This commit is contained in:
parent
5bfa3bf56e
commit
a41770acc5
|
|
@ -431,6 +431,7 @@ def get_clang_format_binary():
|
||||||
attempts = [
|
attempts = [
|
||||||
'C:\\Program Files\\LLVM\\bin\\clang-format.exe',
|
'C:\\Program Files\\LLVM\\bin\\clang-format.exe',
|
||||||
'C:\\Program Files (x86)\\LLVM\\bin\\clang-format.exe',
|
'C:\\Program Files (x86)\\LLVM\\bin\\clang-format.exe',
|
||||||
|
'clang-format-14',
|
||||||
'clang-format-13',
|
'clang-format-13',
|
||||||
'clang-format',
|
'clang-format',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue