We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb3fab commit 1748907Copy full SHA for 1748907
build.rs
@@ -30,4 +30,6 @@ fn main() {
30
// Below are custom cfg values set during some CI steps.
31
println!("cargo:rustc-check-cfg=cfg(fbsd14)");
32
println!("cargo:rustc-check-cfg=cfg(qemu)");
33
+ // Cygwin target, added in 1.86
34
+ println!("cargo:rustc-check-cfg=cfg(target_os, values(\"cygwin\"))");
35
}
0 commit comments