Skip to content

Commit

Permalink
launcher: use msvc on windows
Browse files Browse the repository at this point in the history
by @kubkon's recommendation
  • Loading branch information
motiejus committed May 16, 2024
1 parent 13b27b4 commit f40447d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _TARGET_MCPU = {
"linux-x86_64": ("x86_64-linux-musl", "baseline"),
"macos-aarch64": ("aarch64-macos-none", "apple_a14"),
"macos-x86_64": ("x86_64-macos-none", "baseline"),
"windows-x86_64": ("x86_64-windows-gnu", "baseline"),
"windows-x86_64": ("x86_64-windows-msvc", "baseline"),
}

_compile_failed = """
Expand Down

0 comments on commit f40447d

Please sign in to comment.