Skip to content

Commit

Permalink
disable 64-bit time
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Feb 28, 2024
1 parent 7389d54 commit 970edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ fn is_gnu_time64_abi() -> bool {
// },
// Err(_) => panic!("CARGO_CFG_TARGET_ARCH not set"),
// };
return true;
return false;
}

0 comments on commit 970edcb

Please sign in to comment.