mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fmt
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
a99aba7da4
commit
5f2d550c3d
1 changed files with 1 additions and 4 deletions
|
@ -1151,10 +1151,7 @@ fn link_macos(
|
|||
|
||||
output_path.set_extension("dylib");
|
||||
|
||||
(
|
||||
vec!["-dylib", "-undefined", "dynamic_lookup"],
|
||||
output_path,
|
||||
)
|
||||
(vec!["-dylib", "-undefined", "dynamic_lookup"], output_path)
|
||||
}
|
||||
LinkType::None => internal_error!("link_macos should not be called with link type of none"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue