Skip to content

Commit 6c20dcd

Browse files
UebelAndreAlex Eagle
andauthored
Expose defs.bzl form resolved_interpreter_os_alias as a target (#659)
Co-authored-by: Alex Eagle <[email protected]>
1 parent 1b59002 commit 6c20dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/toolchains_repo.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def _resolved_interpreter_os_alias_impl(rctx):
8787
build_contents = """\
8888
# Generated by python/repositories.bzl
8989
package(default_visibility = ["//visibility:public"])
90+
exports_files(["defs.bzl"])
9091
alias(name = "files", actual = "@{py_repository}_{host_platform}//:files")
9192
alias(name = "py3_runtime", actual = "@{py_repository}_{host_platform}//:py3_runtime")
9293
alias(name = "python_runtimes", actual = "@{py_repository}_{host_platform}//:python_runtimes")

0 commit comments

Comments
 (0)