Fix surgical linking for C hosts with extra arg

This commit is contained in:
Brendan Hansknecht 2021-09-23 21:29:53 -07:00
parent 7d1b88b3fb
commit a593713800
2 changed files with 1 additions and 1 deletions

View file

@ -275,6 +275,7 @@ pub fn build_c_host_native(
command.args(&[
shared_lib_path.to_str().unwrap(),
"-fPIE",
"-pie",
"-lm",
"-lpthread",
"-ldl",