Skip to content
Snippets Groups Projects
Verified Commit a28e9ae3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add pthreads to includes for C files

parent 6b5706dc
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ fn main() { ...@@ -58,6 +58,7 @@ fn main() {
.flag("-nostdlib") .flag("-nostdlib")
.include(&format!("{}/include", crate_dir)) .include(&format!("{}/include", crate_dir))
.include(&format!("{}/target/include", crate_dir)) .include(&format!("{}/target/include", crate_dir))
.include(&format!("{}/pthreads-emb", crate_dir))
.flag("-fno-stack-protector") .flag("-fno-stack-protector")
.flag("-Wno-expansion-to-defined") .flag("-Wno-expansion-to-defined")
.files( .files(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment