mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix surgical linking for C hosts with extra arg
This commit is contained in:
parent
7d1b88b3fb
commit
a593713800
2 changed files with 1 additions and 1 deletions
|
@ -275,6 +275,7 @@ pub fn build_c_host_native(
|
|||
command.args(&[
|
||||
shared_lib_path.to_str().unwrap(),
|
||||
"-fPIE",
|
||||
"-pie",
|
||||
"-lm",
|
||||
"-lpthread",
|
||||
"-ldl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue