mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
port all macho linker work to trunk and make it mergable
This commit is contained in:
parent
e6c48abb11
commit
42de78213b
8 changed files with 1921 additions and 627 deletions
|
@ -298,7 +298,7 @@ pub fn build(
|
|||
|
||||
let linking_strategy = if wasm_dev_backend {
|
||||
LinkingStrategy::Additive
|
||||
} else if !roc_linker::supported(&link_type, &triple)
|
||||
} else if !roc_linker::supported(link_type, &triple)
|
||||
|| matches.value_of(FLAG_LINKER) == Some("legacy")
|
||||
{
|
||||
LinkingStrategy::Legacy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue