From a41770acc59e6f9955d6b81e14054f4cb5c0506e Mon Sep 17 00:00:00 2001 From: Joel Linn Date: Sun, 17 Jul 2022 18:54:21 +0200 Subject: [PATCH] [xenia-build] Check for clang-format 14 --- xenia-build | 1 + 1 file changed, 1 insertion(+) 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', ]