Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit e6134da

Browse files
committed
Make cppckecker independ of pcre (#3224)
1 parent 71b1c6e commit e6134da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third_party/cppcheck/cppcheck.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
44

55
install_script = "\n".join([
66
"cd external/com_github_danmar_cppcheck",
7-
"make SRCDIR=build CFGDIR=cfg HAVE_RULES=yes CXXFLAGS='-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function'",
7+
"make SRCDIR=build CFGDIR=cfg CXXFLAGS='-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function'",
88
"rm -rf ../../$(@D)/*",
99
"cp -R $$(pwd)/* ../../$(@D)/",
1010
])

0 commit comments

Comments
 (0)