We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1892c10 commit f338c76Copy full SHA for f338c76
shim/third-party/brotli/BUCK
@@ -10,13 +10,13 @@ load("@shim//third-party:third_party.bzl", "third_party_library")
10
oncall("open_source")
11
12
third_party_library(
13
- name = "brotlidec",
+ name = "brotli_decode",
14
homebrew_package_name = "brotli",
15
pkgconfig_name = "libbrotlidec",
16
)
17
18
19
- name = "brotlienc",
+ name = "brotli_encode",
20
21
pkgconfig_name = "libbrotlienc",
22
0 commit comments