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>2014-03-29 04:07:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-29 04:08:24 +0400
commit3eb2724c14b106c648bbd2b49658c0ae76e1e815 (patch)
tree50d1a032518dcf4dc6d877d49034128fb84d4416 /build_files/cmake/cmake_static_check_clang_array.py
parentaec4367226e16912709f43cc777a6afe9ee9e1e9 (diff)
Update clang array checker for new clang py api
Diffstat (limited to 'build_files/cmake/cmake_static_check_clang_array.py')
-rw-r--r--build_files/cmake/cmake_static_check_clang_array.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/cmake/cmake_static_check_clang_array.py b/build_files/cmake/cmake_static_check_clang_array.py
index 17298599bdd..45b262a13ce 100644
--- a/build_files/cmake/cmake_static_check_clang_array.py
+++ b/build_files/cmake/cmake_static_check_clang_array.py
@@ -41,6 +41,8 @@ CHECKER_ARGS = [
os.path.join(os.path.dirname(__file__), "clang_array_check.py"),
# not sure why this is needed, but it is.
"-I" + os.path.join(project_source_info.SOURCE_DIR, "extern", "glew", "include"),
+ # stupid but needed
+ "-Dbool=char"
]