diff --git a/Formula/f/fbthrift.rb b/Formula/f/fbthrift.rb index 2060543ff6c2a..b0057928bf7b6 100644 --- a/Formula/f/fbthrift.rb +++ b/Formula/f/fbthrift.rb @@ -17,7 +17,6 @@ class Fbthrift < Formula depends_on "bison" => :build # Needs Bison 3.1+ depends_on "cmake" => [:build, :test] - depends_on "googletest" => :build depends_on "mvfst" => [:build, :test] depends_on "double-conversion" depends_on "fizz" @@ -46,6 +45,8 @@ class Fbthrift < Formula end def install + inreplace "thrift/lib/cpp2/test/CMakeLists.txt", "/../../../conformance/if", "/../../conformance/if" + # Work around build failure with Xcode 16 # Issue ref: https://github.com/facebook/fbthrift/issues/618 # Issue ref: https://github.com/facebook/fbthrift/issues/607