Skip to content

Commit 4dbde24

Browse files
committed
chore: wip
1 parent b13c380 commit 4dbde24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libc-test/build.rs

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

788+
// Needed for the Windows `time_t` test.
788789
println!("cargo::rustc-check-cfg=cfg(gnu_time_bits64)");
789790

790791
let redirect_time_t = if gnu && i686 {

0 commit comments

Comments
 (0)