mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
make exceptions work on linux again
This commit is contained in:
parent
afd3991bc9
commit
725d52f7c6
4 changed files with 65 additions and 33 deletions
|
@ -253,6 +253,7 @@ fn link_linux(
|
|||
.collect::<HashMap<String, String>>(),
|
||||
)
|
||||
.args(&[
|
||||
"--eh-frame-hdr",
|
||||
"-arch",
|
||||
arch_str(target),
|
||||
libcrt_path.join("crti.o").to_str().unwrap(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue