There was an error while loading. Please reload this page.
2 parents 8e9f09c + 44603a5 commit 8f5e3d7Copy full SHA for 8f5e3d7
1 file changed
src/bootstrap/compile.rs
@@ -563,7 +563,7 @@ pub fn rustc_cargo_env(builder: &Builder<'_>, cargo: &mut Cargo, target: Interne
563
// not for MSVC or macOS
564
if builder.config.llvm_static_stdcpp &&
565
!target.contains("freebsd") &&
566
- !target.contains("windows") &&
+ !target.contains("msvc") &&
567
!target.contains("apple") {
568
let file = compiler_file(builder,
569
builder.cxx(target).unwrap(),
0 commit comments