Update clang array checker for new clang py api

This commit is contained in:
2014-03-29 11:07:31 +11:00
parent aec4367226
commit 3eb2724c14
2 changed files with 10 additions and 9 deletions

View File

@@ -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"
]