Skip to content

Commit d33f00a

Browse files
committed
fixup! Add rules_cc workspace setup code
1 parent f1f85aa commit d33f00a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorial/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)