diff options
| -rw-r--r-- | Library/Formula/szl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/szl.rb b/Library/Formula/szl.rb index 91d8c02c9..d576c2297 100644 --- a/Library/Formula/szl.rb +++ b/Library/Formula/szl.rb @@ -7,6 +7,7 @@ class Szl <Formula depends_on 'binutils' # For objdump depends_on 'icu4c' + depends_on 'protobuf' # for protoc def install ENV['OBJDUMP'] = "#{HOMEBREW_PREFIX}/bin/gobjdump" |
