We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdadb6 commit a419feaCopy full SHA for a419fea
grpc-sys/build.rs
@@ -408,7 +408,10 @@ fn main() {
408
.iter()
409
.map(|inc_path| inc_path.join("grpc"))
410
.find(|grpc_inc_path| grpc_inc_path.is_dir())
411
- .expect(&format!("Could not find grpc include dir in {:#?}", lib_core.include_paths));
+ .expect(&format!(
412
+ "Could not find grpc include dir in {:#?}",
413
+ lib_core.include_paths
414
+ ));
415
for inc_path in lib_core.include_paths {
416
cc.include(inc_path);
417
}
0 commit comments