Bug 1968103 - Enable libz-rs-sys on early beta. r=nika

Differential Revision: https://phabricator.services.mozilla.com/D250847
This commit is contained in:
Mike Hommey
2025-05-22 22:58:21 +00:00
committed by mh@glandium.org
parent 242491b8c1
commit 917ee5e50f

View File

@@ -929,7 +929,7 @@ set_config("MOZ_SYSTEM_ZLIB", True, when="--with-system-zlib")
option( option(
env="USE_LIBZ_RS", env="USE_LIBZ_RS",
default=milestone.is_nightly, default=milestone.is_early_beta_or_earlier,
help="Use libz-rs-sys instead of zlib", help="Use libz-rs-sys instead of zlib",
when=toolkit & ~with_system_zlib_option, when=toolkit & ~with_system_zlib_option,
) )