rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

Use `eprintln` instead to print the command running next #191

Open kazuki0824 opened 10 months ago

kazuki0824 commented 10 months ago

...to print an additional output to make it easier to reproduce the error.

This PR fixes #128.