Skip to content

Commit 4d1c38b

Browse files
nodejs-github-botMoLow
authored andcommitted
deps: update zlib to 337322d
PR-URL: #48218 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7558ef3 commit 4d1c38b

26 files changed

Lines changed: 1273 additions & 28 deletions

deps/zlib/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,10 @@ if (build_with_chromium) {
515515

516516
data = [ "google/test/data/" ]
517517

518+
if (is_ios) {
519+
bundle_deps = [ "google:zlib_pak_bundle_data" ]
520+
}
521+
518522
deps = [
519523
":zlib",
520524
"google:compression_utils",