Skip to content

Commit 96f888b

Browse files
committed
feat: allow arbitrary target settings for local toolchains
1 parent 7234dda commit 96f888b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/private/local_runtime_toolchains_repo.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ are registered before `default_runtimes`.
7777
Note that order matters: it determines the toolchain priority within the
7878
package.
7979
""",
80+
),
81+
"runtime_target_settings": attr.string_list_dict(
8082
),
8183
"_rule_name": attr.string(default = "local_toolchains_repo"),
8284
},

0 commit comments

Comments
 (0)