Skip to content

Commit be73a04

Browse files
fix
1 parent 4dd57dc commit be73a04

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

WORKSPACE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,10 @@ http_archive(
9090
)
9191

9292
aspect_bazel_lib_dependencies()
93-
aspect_bazel_lib_register_toolchains()
93+
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
94+
load("@platforms//host:extension.bzl", "host_platform_repo")
95+
96+
maybe(
97+
host_platform_repo,
98+
name = "host_platform",
99+
)

0 commit comments

Comments
 (0)