From c482d33cc85bb29ef4453af1828ef530c4878188 Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Sat, 21 Dec 2024 16:42:04 +0900 Subject: [PATCH] fbthrift: temp --- Formula/f/fbthrift.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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