Skip to content

Commit

Permalink
Why
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 17, 2024
1 parent d834287 commit 41ef538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_zng.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ pub fn build_zlib_ng(target: &str, compat: bool) {
.define("HAVE_THREAD_LOCAL", None)
.define("HAVE_VISIBILITY_HIDDEN", None)
.define("HAVE_VISIBILITY_INTERNAL", None)
.define("Z_HAVE_UNISTD_H", None)
.define("_FILE_OFFSET_BITS", "64")
.define("z_off_t", "int64_t")
.define("_LARGEFILE64_SOURCE", "1")
.define("__USE_LARGEFILE64", None);
}
Expand Down

0 comments on commit 41ef538

Please sign in to comment.