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 70d266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_zng.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ pub fn build_zlib_ng(target: &str, compat: bool) {
.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 70d266e

Please sign in to comment.