We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9e4b0 commit 19f8622Copy full SHA for 19f8622
src/librustc_target/spec/windows_msvc_base.rs
@@ -19,6 +19,7 @@ pub fn opts() -> TargetOptions {
19
target_family: Some("windows".to_string()),
20
is_like_windows: true,
21
is_like_msvc: true,
22
+ link_env: vec![("VSLANG".to_string(), "1033".to_string())],
23
pre_link_args: args,
24
crt_static_allows_dylibs: true,
25
crt_static_respected: true,
0 commit comments