mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Update link.rs
This commit is contained in:
parent
77b32147ad
commit
48570bceef
1 changed files with 4 additions and 2 deletions
|
@ -73,9 +73,11 @@ fn link_macos(
|
||||||
// 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
|
||||||
"-lSystem",
|
"-lSystem",
|
||||||
|
"-lresolv",
|
||||||
|
"-lpthread",
|
||||||
// "-lrt", // TODO shouldn't we need this?
|
// "-lrt", // TODO shouldn't we need this?
|
||||||
// "-lc_nonshared", // TODO sho
|
// "-lc_nonshared", // TODO shouldn't we need this?
|
||||||
// "-lc++", // TODO shouldn't we need this?
|
"-lc++", // TODO shouldn't we need this?
|
||||||
// "-lgcc", // TODO will eventually need compiler_rt from gcc or something - see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840
|
// "-lgcc", // TODO will eventually need compiler_rt from gcc or something - see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840
|
||||||
// "-lunwind", // TODO will eventually need this, see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840
|
// "-lunwind", // TODO will eventually need this, see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840
|
||||||
"-o",
|
"-o",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue