Skip to content

Commit

Permalink
Explicitly request meson version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Aug 8, 2024
1 parent aaff3de commit 1f3ea3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ local_path_override(
tools = use_extension("@rules_foreign_cc//foreign_cc:extensions.bzl", "tools")
tools.cmake(version = "3.23.1")
tools.ninja(version = "1.11.1")
tools.meson(version = "1.1.1")

use_repo(tools, "meson_1.1.1_src")

bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_swift", version = "1.17.0", repo_name = "build_bazel_rules_swift")
Expand Down

0 comments on commit 1f3ea3e

Please sign in to comment.