Browse Source

Update lib.rs

Change error message after readme changes in bc6a3a5a54 so pointing to new section
add-rc-path
dpen2000 10 years ago
parent
commit
47ba56ee81
  1. 2
      src/lib.rs

2
src/lib.rs

@ -467,7 +467,7 @@ fn run(cmd: &mut Command, program: &str) {
Ok(status) => status,
Err(ref e) if e.kind() == io::ErrorKind::NotFound => {
let extra = if cfg!(windows) {
" (see https://github.com/alexcrichton/gcc-rs#windows-notes \
" (see https://github.com/alexcrichton/gcc-rs#compile-time-requirements \
for help)"
} else {
""

Loading…
Cancel
Save