We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca1c4b commit cd7e108Copy full SHA for cd7e108
examples/rich_structure/src/client/BUILD
@@ -56,10 +56,9 @@ pkg_files(
56
":foo",
57
":fooctl",
58
],
59
+ include_runfiles = True,
60
# Where it should be in the final package
61
prefix = select(shared_object_path_selector) + "/bin",
- # Should this work?
62
- # runfiles_prefix = select(shared_object_path_selector) + "/bin/runfiles",
63
)
64
65
pkg_files(
0 commit comments