From 6a121c83e47432959b9c4d0aa14ade00315baf89 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 19 Dec 2024 12:58:54 -0800 Subject: [PATCH] Modify the rich_structure example to set include_runfiles --- examples/rich_structure/src/client/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/rich_structure/src/client/BUILD b/examples/rich_structure/src/client/BUILD index 9d9f5459..55481182 100644 --- a/examples/rich_structure/src/client/BUILD +++ b/examples/rich_structure/src/client/BUILD @@ -58,8 +58,7 @@ pkg_files( ], # Where it should be in the final package prefix = select(shared_object_path_selector) + "/bin", - # Should this work? - # runfiles_prefix = select(shared_object_path_selector) + "/bin/runfiles", + include_runfiles = True, ) pkg_files(