[xenia-build] Check for clang-format 14

This commit is contained in:
Joel Linn 2022-07-17 18:54:21 +02:00 committed by Rick Gibbed
parent 5bfa3bf56e
commit a41770acc5
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ def get_clang_format_binary():
attempts = [
'C:\\Program Files\\LLVM\\bin\\clang-format.exe',
'C:\\Program Files (x86)\\LLVM\\bin\\clang-format.exe',
'clang-format-14',
'clang-format-13',
'clang-format',
]