Skip to content

Commit

Permalink
Fix pkgconfig name for gtest
Browse files Browse the repository at this point in the history
Summary:
Failed when trying to build folly. Apparently macos is not case
sensitive, but fedora is.

Reviewed By: bigfootjon

Differential Revision: D62470003

fbshipit-source-id: 885c76f6d44b10664090864314c0f2c13737ea0a
  • Loading branch information
Cullen Walsh authored and facebook-github-bot committed Sep 11, 2024
1 parent 9164713 commit 78da94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/googletest/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ oncall("open_source")
third_party_library(
name = "gtest",
homebrew_package_name = "googletest",
pkgconfig_name = "GTest",
pkgconfig_name = "gtest",
)

alias(
Expand Down

0 comments on commit 78da94e

Please sign in to comment.