From 3c2b8cc224932301d9b16e369ce25b708f1a3ff6 Mon Sep 17 00:00:00 2001 From: "Maxim [maxirmx] Samsonov" Date: Wed, 30 Oct 2024 23:56:54 +0300 Subject: [PATCH] fix: patch fmt::join at thrift/compiler/ast/t_const_value.h --- ci-scripts/patch-fbthrift.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-scripts/patch-fbthrift.sh b/ci-scripts/patch-fbthrift.sh index 62dca3a..e7b887c 100755 --- a/ci-scripts/patch-fbthrift.sh +++ b/ci-scripts/patch-fbthrift.sh @@ -74,5 +74,6 @@ EOM do_patch_multiline "$1/thrift/compiler/lib/cpp2/util.h" "$re" "$sbst" do_patch_multiline "$1/thrift/compiler/gen/cpp/namespace_resolver.cc" "$re" "$sbst" +do_patch_multiline "$1/thrift/compiler/ast/t_const_value.h" "$re" "$sbst" fi