We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3184f6f commit e302a77Copy full SHA for e302a77
1 file changed
libbitcoinkernel-sys/build.rs
@@ -42,7 +42,7 @@ fn main() {
42
.arg("-DENABLE_IPC=OFF")
43
.arg(format!("-DCMAKE_INSTALL_PREFIX={}", install_dir.display()))
44
.status()
45
- .unwrap();
+ .expect("cmake should be installed and available in PATH");
46
47
let num_jobs = env::var("NUM_JOBS")
48
.ok()
0 commit comments