Skip to content

Commit

Permalink
Try to fix test for 32 bit platform
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jun 12, 2023
1 parent a30c4d7 commit 689d3ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systest/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ fn main() {
return "size_t".to_string();
} else if n == "z_checksum" {
return "uint32_t".to_string();
} else if n == "z_off_t" {
return "z_off64_t".to_string();
}
} else {
if n == "z_size" {
Expand Down

0 comments on commit 689d3ba

Please sign in to comment.