mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Revert "remove undefined -dynamic_lookup"
This reverts commit bd6ae25cbc
.
This commit is contained in:
parent
7d67ec3f14
commit
b42da4ae8d
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ fn link_macos(
|
|||
|
||||
output_path.set_extension("dylib");
|
||||
|
||||
(vec!["-dylib"], 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