From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- security/moz.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/moz.build') diff --git a/security/moz.build b/security/moz.build index d19bb9e6e2..b30e9c2f72 100644 --- a/security/moz.build +++ b/security/moz.build @@ -102,6 +102,10 @@ gyp_vars["ssl_enable_zlib"] = 0 gyp_vars["use_system_sqlite"] = 1 gyp_vars["sqlite_libs"] = "sqlite" gyp_vars["enable_draft_hpke"] = 1 +# This makes a block in security/nss/coreconf/config.gypi happy, but it +# doesn't actually matter because it's for xcode settings, which the +# build system ignores. +gyp_vars["iphone_deployment_target"] = "doesntmatter" # Clang can build NSS with its integrated assembler since version 9. if ( -- cgit v1.2.3