Skip to content

Commit f338c76

Browse files
namanahujafacebook-github-bot
authored andcommitted
Change brotli target names
Summary: Syncing with the change https://fburl.com/code/54uyrvuw Reviewed By: bigfootjon Differential Revision: D58509426 fbshipit-source-id: e5c3a6d56ca31b1a50b9822e59a92e13dcea5190
1 parent 1892c10 commit f338c76

File tree

1 file changed

+2
-2
lines changed
  • shim/third-party/brotli

1 file changed

+2
-2
lines changed

shim/third-party/brotli/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ load("@shim//third-party:third_party.bzl", "third_party_library")
1010
oncall("open_source")
1111

1212
third_party_library(
13-
name = "brotlidec",
13+
name = "brotli_decode",
1414
homebrew_package_name = "brotli",
1515
pkgconfig_name = "libbrotlidec",
1616
)
1717

1818
third_party_library(
19-
name = "brotlienc",
19+
name = "brotli_encode",
2020
homebrew_package_name = "brotli",
2121
pkgconfig_name = "libbrotlienc",
2222
)

0 commit comments

Comments
 (0)