12 lines
274 B
Diff
12 lines
274 B
Diff
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -28,7 +28,7 @@ fn main() {
|
|
}
|
|
|
|
// Next, fall back and try to use pkg-config if its available.
|
|
- if windows {
|
|
+ if target.contains("msvc") {
|
|
if try_vcpkg() {
|
|
return;
|
|
}
|