From 4a687a95f2cd39c6b6c2de2b5237d2dfb7e1536e Mon Sep 17 00:00:00 2001 From: KejiePeng Date: Tue, 3 Feb 2026 09:49:17 +0800 Subject: [PATCH] change public_deps to deps Signed-off-by: KejiePeng --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index b092960..528653c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -43,7 +43,7 @@ foreach(tex_source, tex_source_config) { rebase_path(sources[0], root_build_dir), rebase_path("$target_out_dir/hpb_out", root_build_dir), ] - public_deps = [ ":hpb_transform(${host_toolchain})" ] + deps = [ ":hpb_transform(${host_toolchain})" ] } target_name = get_path_info(hpb_file, "name")