extract metadata collection

This commit is contained in:
Folkert 2022-09-24 17:17:00 +02:00
parent 764637594e
commit 55aee0c6ab
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 73 additions and 76 deletions

View file

@ -66,7 +66,6 @@ pub fn supported(link_type: LinkType, target: &Triple) -> bool {
..
} => false,
// windows support is incomplete
Triple {
architecture: target_lexicon::Architecture::X86_64,
operating_system: target_lexicon::OperatingSystem::Windows,