enable the windows surgical linker, for now

This commit is contained in:
Folkert 2022-09-22 21:53:48 +02:00
parent 1c95fd3761
commit 540d3c29f9
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -74,7 +74,7 @@ pub fn supported(link_type: LinkType, target: &Triple) -> bool {
operating_system: target_lexicon::OperatingSystem::Windows,
binary_format: target_lexicon::BinaryFormat::Coff,
..
} => false,
} => true,
_ => false,
}