Skip to content

Commit

Permalink
fix: use fixed winlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Oct 27, 2024
1 parent a122adb commit ef333b5
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 @@ -8,7 +8,7 @@ module(

git_override(module_name="bazel_utilities", remote="https://github.com/0-Sacha/bazel_utilities.git", commit="7f6c3585c41278918428ed48d45b12413c197fc0")
git_override(module_name="bazel_buildbuddy", remote="https://github.com/0-Sacha/bazel_buildbuddy.git", commit="947adc614d05dea00065d59d161b06b56dffecf3")
git_override(module_name="bazel_winlibs", remote="https://github.com/0-Sacha/bazel_winlibs.git", commit="5d4f87b135c6491caeddef48316a1d37909d1239")
git_override(module_name="bazel_winlibs", remote="https://github.com/0-Sacha/bazel_winlibs.git", commit="4810b151d8abf9cd76fdad2a432b595d2b3f15f4")

bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "platforms", version = "0.0.10")
Expand Down

0 comments on commit ef333b5

Please sign in to comment.