|
@@ -57,6 +57,7 @@ fn main() {
|
|
.flag("-nostdinc")
|
|
.flag("-nostdinc")
|
|
.flag("-nostdlib")
|
|
.flag("-nostdlib")
|
|
.include(&format!("{}/include", crate_dir))
|
|
.include(&format!("{}/include", crate_dir))
|
|
|
|
+ .include(&format!("{}/target/include", crate_dir))
|
|
.flag("-fno-stack-protector")
|
|
.flag("-fno-stack-protector")
|
|
.flag("-Wno-expansion-to-defined")
|
|
.flag("-Wno-expansion-to-defined")
|
|
.files(
|
|
.files(
|