update include
This commit is contained in:
parent
dbefded049
commit
ef58717ad4
3
build.rs
3
build.rs
@ -12,4 +12,7 @@ fn main() {
|
|||||||
println!("cargo:rustc-link-search=native={}", dst.display());
|
println!("cargo:rustc-link-search=native={}", dst.display());
|
||||||
|
|
||||||
// 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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user