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 3e91f44 commit b13c380Copy full SHA for b13c380
1 file changed
libc-test/build.rs
@@ -785,6 +785,8 @@ fn test_windows(target: &str) {
785
}
786
cfg.define("_WIN32_WINNT", Some("0x8000"));
787
788
+ println!("cargo::rustc-check-cfg=cfg(gnu_time_bits64)");
789
+
790
let redirect_time_t = if gnu && i686 {
791
if let Ok(v) = env::var("CARGO_CFG_LIBC_UNSTABLE_GNU_TIME_BITS") {
792
assert_matches!(
@@ -795,7 +797,6 @@ fn test_windows(target: &str) {
795
797
796
798
if v == "64" {
799
cfg.cfg("gnu_time_bits64", None);
- println!("cargo::rustc-check-cfg=cfg(gnu_time_bits64)");
800
println!("cargo::rustc-cfg=gnu_time_bits64");
801
true
802
} else {
0 commit comments