We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9f8c9 commit 18be554Copy full SHA for 18be554
build.rs
@@ -84,6 +84,7 @@ fn main() {
84
if linux_time_bits64 {
85
set_cfg("linux_time_bits64");
86
}
87
+ println!("cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64");
88
89
// On CI: deny all warnings
90
if libc_ci {
0 commit comments