Skip to content

Commit

Permalink
Merge pull request #209 from kornelski/patch-1
Browse files Browse the repository at this point in the history
Fix cargo:warning syntax in build.rs
  • Loading branch information
Byron authored Aug 28, 2024
2 parents 55ada34 + 7fd218f commit 4719285
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 4719285

Please sign in to comment.