Skip to content

Commit

Permalink
Fix missing homebrew package names
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfootjon committed May 23, 2024
1 parent 116d0ef commit 14c48c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions shim/third-party/fmt/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ oncall("open_source")
third_party_library(
name = "fmt",
pkgconfig_name = "fmt",
homebrew_package_name = "fmt",
)
1 change: 1 addition & 0 deletions shim/third-party/gflags/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ oncall("open_source")

third_party_library(
name = "gflags",
homebrew_package_name = "gflags",
pkgconfig_name = "gflags",
)
1 change: 1 addition & 0 deletions shim/third-party/glog/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ oncall("open_source")
third_party_library(
name = "glog",
pkgconfig_name = "libglog",
homebrew_package_name = "glog",
deps = ["shim//third-party/gflags:gflags"],
)

0 comments on commit 14c48c0

Please sign in to comment.