Update build.rs
This commit is contained in:
parent
ef58717ad4
commit
4c04a6f996
3
build.rs
3
build.rs
@ -13,6 +13,7 @@ fn main() {
|
|||||||
|
|
||||||
// get the out dir of dependcy `cortex-m`
|
// get the out dir of dependcy `cortex-m`
|
||||||
//
|
//
|
||||||
println!("cargo:include=./includes") // provide DEP_U5_INCLUDE var
|
// println!("cargo:include=/includes") // provide DEP_U5_INCLUDE var
|
||||||
|
println!("cargo:include={}/include", dst.to_str().unwrap());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user