Skip to content

Commit

Permalink
Change brotli target names
Browse files Browse the repository at this point in the history
Summary: Syncing with the change https://fburl.com/code/54uyrvuw

Reviewed By: bigfootjon

Differential Revision: D58509426

fbshipit-source-id: e5c3a6d56ca31b1a50b9822e59a92e13dcea5190
  • Loading branch information
namanahuja authored and facebook-github-bot committed Jun 13, 2024
1 parent 505e49a commit 78a6e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shim/third-party/brotli/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ load("@shim//third-party:third_party.bzl", "third_party_library")
oncall("open_source")

third_party_library(
name = "brotlidec",
name = "brotli_decode",
homebrew_package_name = "brotli",
pkgconfig_name = "libbrotlidec",
)

third_party_library(
name = "brotlienc",
name = "brotli_encode",
homebrew_package_name = "brotli",
pkgconfig_name = "libbrotlienc",
)

0 comments on commit 78a6e26

Please sign in to comment.