mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
restore --no-link build pipeline
This commit is contained in:
parent
86b19337f1
commit
34f5b61c3b
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ fn build_loaded_file<'a>(
|
|||
|
||||
let built_host_opt =
|
||||
// Not sure if this is correct for all calls with LinkType::Dylib...
|
||||
if link_type == LinkType::Dylib || target == Target::Wasm32 {
|
||||
if link_type == LinkType::None || link_type == LinkType::Dylib || target == Target::Wasm32 {
|
||||
BuiltHostOpt::None
|
||||
} else {
|
||||
let prebuilt_host = determine_built_host_path(&platform_main_roc_path, target, build_host_requested, link_type, linking_strategy, suppress_build_host_warning);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue