Skip to content

Commit 38c64cc

Browse files
committed
better comment
1 parent ed49e9d commit 38c64cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/private/local_runtime_repo.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ def _local_runtime_repo_impl(rctx):
136136
for name in shared_lib_names:
137137
origin = rctx.path("{}/{}".format(shared_lib_dir, name))
138138

139-
# If the origin doesn't exist, try the multiarch location
139+
# If the origin doesn't exist, try the multiarch location, in case
140+
# it's an older Python / Debian release.
140141
if not origin.exists and multiarch:
141142
origin = rctx.path("{}/{}/{}".format(shared_lib_dir, multiarch, name))
142143

0 commit comments

Comments
 (0)