Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 13, 2024
1 parent 458db01 commit 9163544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/tools/Choreo-CLI/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ alias(
actual = select({
"@rules_bzlmodrio_toolchains//conditions:linux_x86_64": "@bazelrio_choreo-cli_linux-x86_64//file:downloaded",
"@rules_bzlmodrio_toolchains//conditions:osx": "@bazelrio_choreo-cli_macos-x86_64//file:downloaded",
"@rules_bzlmodrio_toolchains//conditions:windows": "@bazelrio_choreo-cli_windows-x86_64//file:downloaded",
"@rules_bzlmodrio_toolchains//conditions:windows": "@bazelrio_choreo-cli_windows-x86_64.exe//file:downloaded",
}),
)
2 changes: 1 addition & 1 deletion libraries/tools/Choreo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ alias(
actual = select({
"@rules_bzlmodrio_toolchains//conditions:linux_x86_64": "@bazelrio_choreo_linux-x86_64//file:downloaded",
"@rules_bzlmodrio_toolchains//conditions:osx": "@bazelrio_choreo_macos-x86_64//file:downloaded",
"@rules_bzlmodrio_toolchains//conditions:windows": "@bazelrio_choreo_windows-x86_64//file:downloaded",
"@rules_bzlmodrio_toolchains//conditions:windows": "@bazelrio_choreo_windows-x86_64.exe//file:downloaded",
}),
)

0 comments on commit 9163544

Please sign in to comment.