Skip to content

Commit

Permalink
Hope
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jun 22, 2024
1 parent 49665d9 commit d43a8da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion native/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################

register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")

bazel_dep(name = "rules_python", version = "0.33.2")
#python = use_extension("@rules_python//python/extensions:python.bzl", "python")

register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")
#python.toolchain(
# ignore_root_user_error = True,
# is_default=False,#
#
#)

0 comments on commit d43a8da

Please sign in to comment.