mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
enable the windows surgical linker, for now
This commit is contained in:
parent
1c95fd3761
commit
540d3c29f9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue