mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix linux linking issues
This commit is contained in:
parent
841373edb2
commit
9405eeeb06
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ fn link_linux(
|
||||||
"-lrt",
|
"-lrt",
|
||||||
"-lutil",
|
"-lutil",
|
||||||
"-lc_nonshared",
|
"-lc_nonshared",
|
||||||
// "-lc++", // TODO shouldn't we need this?
|
"-lc++",
|
||||||
|
"-lunwind",
|
||||||
// "-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
|
|
||||||
])
|
])
|
||||||
.spawn()
|
.spawn()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue