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 bf36362 commit 575c097Copy full SHA for 575c097
go/private/rpath.bzl
@@ -30,6 +30,7 @@ def _rpath(go, library, executable = None):
30
31
# Based on the logic for Bazel's own C++ rules:
32
# https://github.com/bazelbuild/bazel/blob/51a4b8e5de225ba163d19ddcc330aff8860a1520/src/main/starlark/builtins_bzl/common/cc/link/collect_solib_dirs.bzl#L301
33
+ # with the bug fix https://github.com/bazelbuild/bazel/pull/27154.
34
# We ignore the cases for --experimental_sibling_repository_layout.
35
36
# 1. Where the executable is inside its own .runfiles directory.
0 commit comments