Skip to content

Commit

Permalink
Fix cargo:warning syntax in build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski authored Aug 28, 2024
1 parent 55ada34 commit 7fd218f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn main() {
}
}
Err(e) => {
println!("cargo-warning={}", e.to_string())
println!("cargo:warning=Could not find zlib include paths via pkg-config: {}", e)
}
}
}
Expand Down

0 comments on commit 7fd218f

Please sign in to comment.