Browse Source

Link to https

add-rc-path
Alex Crichton 10 years ago
parent
commit
f9b6a33dd2
  1. 2
      src/lib.rs

2
src/lib.rs

@ -255,7 +255,7 @@ fn run(cmd: &mut Command, program: &str) {
fail(&format!("failed to execute command: {}\nIs `{}` not installed?{}",
e, program,
if cfg!(windows) {
" (see http://github.com/alexcrichton/gcc-rs#windows-notes for help)"
" (see https://github.com/alexcrichton/gcc-rs#windows-notes for help)"
} else {""}
));
}

Loading…
Cancel
Save