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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-29 04:53:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-29 04:54:30 +0300
commit140f2209b61d637411cfbc22c755703c6220278f (patch)
treed795365d086d0c5c445553fd74a41cd856bc16e7 /build_files
parent2089feeb1b58f085e99e4722ebaa18a6abdb5aa9 (diff)
Cleanup: correct typo, no need for ./ prefix
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/cmake_consistency_check_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index bb98cb22644..ea119616993 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -6,7 +6,7 @@ IGNORE_SOURCE = (
"/release/",
# specific source files
- "extern/audaspace/"
+ "extern/audaspace/",
# specific source files
"extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp",