Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-15 11:22:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-15 15:44:20 +0300
commit6669eca820f5295204a9b0fe5cf19e1ce15ac792 (patch)
tree118c1c0627559edcc2a35826277513526beba30a /GNUmakefile
parent9531a8a10a63ca773ea30d06a960105c89982170 (diff)
Build: use clang-format from precompiled libraries for make format on Linux
Ref T73747
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9b2ebad1e8e..98bfded4ec7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -545,7 +545,7 @@ update: .FORCE
$(PYTHON) ./build_files/utils/make_update.py
format: .FORCE
- PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
+ PATH="../lib/${OS_NCASE}_${CPU}/llvm/bin/:../lib/${OS_NCASE}_centos7_${CPU}/llvm/bin/:../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
$(PYTHON) source/tools/utils_maintenance/clang_format_paths.py $(PATHS)