aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/szl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/szl.rb b/Library/Formula/szl.rb
index ab8e4bdf2..1cf3b09a9 100644
--- a/Library/Formula/szl.rb
+++ b/Library/Formula/szl.rb
@@ -8,6 +8,7 @@ class Szl < Formula
depends_on 'binutils' # For objdump
depends_on 'icu4c'
depends_on 'protobuf' # for protoc
+ depends_on 'pcre'
def install
ENV['OBJDUMP'] = "#{HOMEBREW_PREFIX}/bin/gobjdump"