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

Commit

Permalink
Make cppckecker independ of pcre (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwangtw committed Mar 22, 2019
1 parent 71b1c6e commit e6134da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/cppcheck/cppcheck.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])

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

0 comments on commit e6134da

Please sign in to comment.