You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/openvino-sys/build.rs
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ fn main() {
65
65
record_library_path(path);
66
66
}else{
67
67
println!("cargo:warning=openvino-sys cannot find the `openvino_c` library in any of the library search paths: {:?}",&library_search_paths);
68
-
println!("cargo:warning=Proceeding with an empty value of {}; users must specify this location at runtime, e.g. `Core::new(Some(...))`.",ENV_OPENVINO_LIB_PATH);
68
+
println!("cargo:warning=Proceeding with an empty value of {ENV_OPENVINO_LIB_PATH}; users must specify this location at runtime, e.g. `Core::new(Some(...))`.");
0 commit comments