Skip to content

Commit b13c380

Browse files
committed
chore: wip
1 parent 3e91f44 commit b13c380

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libc-test/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ fn test_windows(target: &str) {
785785
}
786786
cfg.define("_WIN32_WINNT", Some("0x8000"));
787787

788+
println!("cargo::rustc-check-cfg=cfg(gnu_time_bits64)");
789+
788790
let redirect_time_t = if gnu && i686 {
789791
if let Ok(v) = env::var("CARGO_CFG_LIBC_UNSTABLE_GNU_TIME_BITS") {
790792
assert_matches!(
@@ -795,7 +797,6 @@ fn test_windows(target: &str) {
795797

796798
if v == "64" {
797799
cfg.cfg("gnu_time_bits64", None);
798-
println!("cargo::rustc-check-cfg=cfg(gnu_time_bits64)");
799800
println!("cargo::rustc-cfg=gnu_time_bits64");
800801
true
801802
} else {

0 commit comments

Comments
 (0)