Skip to content

Commit 18be554

Browse files
committed
Rerun build if RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 changes
1 parent 0f9f8c9 commit 18be554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ fn main() {
8484
if linux_time_bits64 {
8585
set_cfg("linux_time_bits64");
8686
}
87+
println!("cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64");
8788

8889
// On CI: deny all warnings
8990
if libc_ci {

0 commit comments

Comments
 (0)