diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pcre.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb index 256a36617..15271138a 100644 --- a/Library/Formula/pcre.rb +++ b/Library/Formula/pcre.rb @@ -23,6 +23,8 @@ class Pcre < Formula "--enable-pcregrep-libz", "--enable-pcregrep-libbz2", "--enable-jit" + system "make" + ENV.deparallelize system "make test" system "make install" end |
