Skip to content

Commit 5730a90

Browse files
committed
Initialize bazel_features
1 parent e0fee9c commit 5730a90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ rules_cc_dependencies()
1515

1616
rules_cc_toolchains()
1717

18+
load("@bazel_features//:deps.bzl", "bazel_features_deps")
19+
20+
bazel_features_deps()
21+
1822
load("@rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
1923

2024
compatibility_proxy_repo()

0 commit comments

Comments
 (0)