From 81e716d459af2886402359302de023fe5e5b87c1 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 30 Sep 2022 17:41:33 +0000 Subject: [PATCH] Fixed to add missing table targets. --- BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD b/BUILD index 925696a339..b50c54a29b 100644 --- a/BUILD +++ b/BUILD @@ -985,6 +985,7 @@ upb_amalgamation( ":mini_table", ":port", ":reflection", + ":table_internal", ":upb", ], prefix = "php-", @@ -1019,6 +1020,7 @@ upb_amalgamation( ":mini_table", ":port", ":reflection", + ":table_internal", ":upb", ], prefix = "ruby-",