mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
remove ld_classic and fix dev backend missing layout
This commit is contained in:
parent
0f7964cc9c
commit
1e04668ee4
2 changed files with 3 additions and 1 deletions
|
@ -1101,7 +1101,6 @@ fn link_macos(
|
|||
"-w",
|
||||
"-macos_version_min",
|
||||
&get_macos_version(),
|
||||
"-ld_classic",
|
||||
])
|
||||
.args(input_paths)
|
||||
.args(extra_link_flags());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue