Skip to content

Commit

Permalink
Just switch to English linker output using environment variable when …
Browse files Browse the repository at this point in the history
…using msvc.
  • Loading branch information
crlf0710 committed Jun 24, 2019
1 parent 1e9e4b0 commit 19f8622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_target/spec/windows_msvc_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub fn opts() -> TargetOptions {
target_family: Some("windows".to_string()),
is_like_windows: true,
is_like_msvc: true,
link_env: vec![("VSLANG".to_string(), "1033".to_string())],
pre_link_args: args,
crt_static_allows_dylibs: true,
crt_static_respected: true,
Expand Down

0 comments on commit 19f8622

Please sign in to comment.