Update build.rs

This commit is contained in:
guangzong 2023-11-14 23:36:29 +00:00
parent ef58717ad4
commit 4c04a6f996

View File

@ -13,6 +13,7 @@ fn main() {
// 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());
}