Skip to content

Commit f9f6de7

Browse files
molargroodt
authored andcommitted
exec_compatible_with -> target_compatible_with #704
1 parent 9cdb4f3 commit f9f6de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/toolchains_repo.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _toolchains_repo_impl(rctx):
4848
# for executing build actions.
4949
toolchain(
5050
name = "{platform}_toolchain",
51-
exec_compatible_with = {compatible_with},
51+
target_compatible_with = {compatible_with},
5252
toolchain = "@{user_repository_name}_{platform}//:python_runtimes",
5353
toolchain_type = "@bazel_tools//tools/python:toolchain_type",
5454
)

0 commit comments

Comments
 (0)