mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
try leaving out no_fixup_chains ld arg
350816436
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
4cfbd295b7
commit
a99aba7da4
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ fn link_macos(
|
|||
output_path.set_extension("dylib");
|
||||
|
||||
(
|
||||
vec!["-dylib", "-undefined", "dynamic_lookup", "-no_fixup_chains"],
|
||||
vec!["-dylib", "-undefined", "dynamic_lookup"],
|
||||
output_path,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue