mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Force ld to add information about the target platform.
This commit is contained in:
parent
0c0a92814c
commit
ae25b800bb
1 changed files with 2 additions and 0 deletions
|
@ -822,6 +822,8 @@ fn link_macos(
|
||||||
ld_command.args(&[
|
ld_command.args(&[
|
||||||
// Libraries - see https://github.com/rtfeldman/roc/pull/554#discussion_r496392274
|
// Libraries - see https://github.com/rtfeldman/roc/pull/554#discussion_r496392274
|
||||||
// for discussion and further references
|
// for discussion and further references
|
||||||
|
"-macos_version_min",
|
||||||
|
"11.0",
|
||||||
"-lSystem",
|
"-lSystem",
|
||||||
"-lresolv",
|
"-lresolv",
|
||||||
"-lpthread",
|
"-lpthread",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue