Browse Source

Merge pull request #53 from dpen2000/patch-1

Update lib.rs
add-rc-path
Alex Crichton 9 years ago
parent
commit
86437132d4
  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