diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index 42b26fe75..a665369f4 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -20,7 +20,7 @@ class Cppcheck < Formula if build.include? 'no-rules' system "make", "HAVE_RULES=no" else - system "make" + system "make", "HAVE_RULES=yes" end system "make", "DESTDIR=#{prefix}", "BIN=#{bin}", "install" |
