Skip to content

Commit ecd0179

Browse files
committed
Revert unnecessary change
1 parent 91aa2f2 commit ecd0179

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/src/core/builder/cargo.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,6 @@ impl Builder<'_> {
646646
if let Mode::Rustc | Mode::ToolRustcPrivate | Mode::ToolBootstrap | Mode::ToolTarget = mode
647647
{
648648
rustflags.arg("--cfg=windows_raw_dylib");
649-
} else if mode == Mode::Std && target.ends_with("gnullvm") {
650-
rustflags.arg("--cfg=windows_raw_dylib");
651649
}
652650

653651
if use_new_symbol_mangling {

0 commit comments

Comments
 (0)