Skip to content

Commit

Permalink
Fix register_toolchains in MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Sep 21, 2023
1 parent 7f8ef9f commit 8a0a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ use_repo(apple_cc_configure, "local_config_apple_cc")
# Dev dependencies
bazel_dep(name = "stardoc", version = "0.5.3", dev_dependency = True, repo_name = "io_bazel_stardoc")

register_toolchains("@build_bazel_rules_swift_cc_toolchain//:all")
register_toolchains("@build_bazel_rules_swift_local_cc_config//:all")

0 comments on commit 8a0a9c9

Please sign in to comment.