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

Add generated includes when building C files

parent 6b183aef
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ fn main() {
.flag("-nostdinc")
.flag("-nostdlib")
.include(&format!("{}/include", crate_dir))
.include(&format!("{}/target/include", crate_dir))
.flag("-fno-stack-protector")
.flag("-Wno-expansion-to-defined")
.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