From 65aebd0c11f9fd820b4dda34c7053ed7a138bcb1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 16:47:05 +0200 Subject: GNUmakefile: move clang format utility Makes more sense to place in 'utils_maintenance'. --- build_files/windows/format.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/windows') diff --git a/build_files/windows/format.cmd b/build_files/windows/format.cmd index b33ebdcbe5d..820263507fe 100644 --- a/build_files/windows/format.cmd +++ b/build_files/windows/format.cmd @@ -1,6 +1,6 @@ REM TODO(sergey): Switch to Python from libraries when available. set PYTHON="python.exe" -set FORMAT_PATHS=%BLENDER_DIR%\source\tools\utils\clang_format_paths.py +set FORMAT_PATHS=%BLENDER_DIR%\source\tools\utils_maintenance\clang_format_paths.py REM The formatting script expects clang-format to be in the current PATH. set PATH=%BUILD_VS_LIBDIR%\llvm\bin;%PATH% -- cgit v1.2.3