diff options
Diffstat (limited to 'contrib/brew/Brewfile')
-rw-r--r-- | contrib/brew/Brewfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/brew/Brewfile b/contrib/brew/Brewfile index c74e7b2a2..c2fae0ffc 100644 --- a/contrib/brew/Brewfile +++ b/contrib/brew/Brewfile @@ -31,4 +31,5 @@ brew "doxygen" brew "graphviz" brew "libunwind-headers" brew "xz" -brew "protobuf" +brew "protobuf@21", link: true +brew "libusb" |