Skip to content

Commit 19f8622

Browse files
committed
Just switch to English linker output using environment variable when using msvc.
1 parent 1e9e4b0 commit 19f8622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/spec/windows_msvc_base.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub fn opts() -> TargetOptions {
1919
target_family: Some("windows".to_string()),
2020
is_like_windows: true,
2121
is_like_msvc: true,
22+
link_env: vec![("VSLANG".to_string(), "1033".to_string())],
2223
pre_link_args: args,
2324
crt_static_allows_dylibs: true,
2425
crt_static_respected: true,

0 commit comments

Comments
 (0)