Skip to content

Commit 575c097

Browse files
authored
Update rpath.bzl
1 parent bf36362 commit 575c097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/private/rpath.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def _rpath(go, library, executable = None):
3030

3131
# Based on the logic for Bazel's own C++ rules:
3232
# 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.
3334
# We ignore the cases for --experimental_sibling_repository_layout.
3435

3536
# 1. Where the executable is inside its own .runfiles directory.

0 commit comments

Comments
 (0)