Browse Source

Add .exe on the end of the windows gcc

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

2
src/lib.rs

@ -574,7 +574,7 @@ impl Config {
if target.contains("msvc") {
msvc.to_string()
} else {
gnu.to_string()
format!("{}.exe", gnu)
}
} else if target.contains("android") {
format!("{}-{}", target, gnu)

Loading…
Cancel
Save