We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*-msvc
1 parent e6f7be6 commit 184cdb0Copy full SHA for 184cdb0
curl-sys/build.rs
@@ -36,7 +36,7 @@ fn main() {
36
}
37
38
// Next, fall back and try to use pkg-config if its available.
39
- if windows {
+ if target.contains("msvc") {
40
if try_vcpkg() {
41
return;
42
0 commit comments