diff options
Diffstat (limited to 'security/moz.build')
-rw-r--r-- | security/moz.build | 4 |
1 files changed, 4 insertions, 0 deletions
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 ( |