Skip to content

Commit 54cc45a

Browse files
goodusername123MrAlex94
authored andcommitted
feat: use libz-rs-sys instead of zlib
1 parent 70b262c commit 54cc45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moz.configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ set_config("MOZ_SYSTEM_ZLIB", True, when="--with-system-zlib")
929929

930930
option(
931931
env="USE_LIBZ_RS",
932-
default=milestone.is_early_beta_or_earlier,
932+
default=True,
933933
help="Use libz-rs-sys instead of zlib",
934934
when=toolkit & ~with_system_zlib_option,
935935
)

0 commit comments

Comments
 (0)