Skip to content

Commit cd7e108

Browse files
authored
Modify the rich_structure example to set include_runfiles (#906)
* Modify the rich_structure example to set include_runfiles
1 parent 4ca1c4b commit cd7e108

File tree

1 file changed

+1
-2
lines changed
  • examples/rich_structure/src/client

1 file changed

+1
-2
lines changed

examples/rich_structure/src/client/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ pkg_files(
5656
":foo",
5757
":fooctl",
5858
],
59+
include_runfiles = True,
5960
# Where it should be in the final package
6061
prefix = select(shared_object_path_selector) + "/bin",
61-
# Should this work?
62-
# runfiles_prefix = select(shared_object_path_selector) + "/bin/runfiles",
6362
)
6463

6564
pkg_files(

0 commit comments

Comments
 (0)