We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7544605 commit d1a7b8eCopy full SHA for d1a7b8e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cc"
3
-version = "1.0.51"
+version = "1.0.52"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
repository = "https://github.com/alexcrichton/cc-rs"
src/lib.rs
@@ -1991,7 +1991,7 @@ impl Build {
1991
if Command::new(&gnu_compiler).output().is_ok() {
1992
gnu_compiler
1993
} else if host.contains("windows")
1994
- && Command::new(&clang_compiler).output().is_ok()
+ && Command::new(&clang_compiler_cmd).output().is_ok()
1995
{
1996
clang_compiler_cmd
1997
} else {
0 commit comments