Skip to content

Commit

Permalink
Updated zlib to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 17, 2023
1 parent 32b7806 commit 99a9e2a
Show file tree
Hide file tree
Showing 267 changed files with 15,411 additions and 12,432 deletions.
4 changes: 2 additions & 2 deletions qpdf-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ fn build_qpdf() {

build
.cpp(true)
.include(root.join("zlib-1.2.11"))
.include(root.join("zlib-1.3"))
.include(root.join("jpeg-9d"))
.include(root.join("qpdf").join("include"))
.include(root.join("qpdf").join("libqpdf"))
Expand Down Expand Up @@ -255,7 +255,7 @@ fn build_bindings() {

fn main() {
build_bindings();
build_cc("zlib", "zlib-1.2.11", ZLIB_SRC);
build_cc("zlib", "zlib-1.3", ZLIB_SRC);
build_cc("jpeg", "jpeg-9d", JPEG_SRC);
build_qpdf();
}
Loading

0 comments on commit 99a9e2a

Please sign in to comment.