Skip to content

Commit bf8e532

Browse files
committed
Initialize bazel_features
1 parent 6a56a4c commit bf8e532

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
@@ -21,6 +21,10 @@ rules_cc_dependencies()
2121

2222
rules_cc_toolchains()
2323

24+
load("@bazel_features//:deps.bzl", "bazel_features_deps")
25+
26+
bazel_features_deps()
27+
2428
load("@rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
2529

2630
compatibility_proxy_repo()

0 commit comments

Comments
 (0)