Browse Source

Fix compile

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

2
src/lib.rs

@ -279,7 +279,7 @@ impl Config {
("CC", "cl", "gcc", "cc")
};
get_var(env).unwrap_or(if target.contains("windows") {
get_var(env).unwrap_or(if self.target.contains("windows") {
if self.target.contains("msvc") {
msvc.to_string()
} else {

Loading…
Cancel
Save