diff options
| author | Joel Linn <jl@conductive.de> | 2022-07-17 18:54:21 +0200 |
|---|---|---|
| committer | Rick Gibbed <rick@gibbed.us> | 2022-07-17 19:57:37 -0500 |
| commit | a41770acc59e6f9955d6b81e14054f4cb5c0506e (patch) | |
| tree | 5f4a8c260dd8984709455fe50f7682d7a107035a /xenia-build | |
| parent | 5bfa3bf56e6dcdcac56f5d5a805c6507a9ae0f4b (diff) | |
[xenia-build] Check for clang-format 14
Diffstat (limited to 'xenia-build')
| -rwxr-xr-x | xenia-build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xenia-build b/xenia-build index a2695b871..6bb3cb8b0 100755 --- a/xenia-build +++ b/xenia-build @@ -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', ] |
