Skip to content

Commit

Permalink
Reenable static linking of libstdc++ on windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Dec 18, 2019
1 parent 19bd934 commit 44603a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ pub fn rustc_cargo_env(builder: &Builder<'_>, cargo: &mut Cargo, target: Interne
// not for MSVC or macOS
if builder.config.llvm_static_stdcpp &&
!target.contains("freebsd") &&
!target.contains("windows") &&
!target.contains("msvc") &&
!target.contains("apple") {
let file = compiler_file(builder,
builder.cxx(target).unwrap(),
Expand Down

0 comments on commit 44603a5

Please sign in to comment.