diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-30 18:15:38 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-30 18:15:38 +0100 |
commit | 499b2873944530396cc8aecbc7bdd1a2a2c66caa (patch) | |
tree | 1378b26d0c9ccabd0df0b88c9f751960461e2c5d /build/directive4.py | |
parent | 00a5321c958de1f378ac9dacafb6f81ded57441e (diff) | |
download | uxp-499b2873944530396cc8aecbc7bdd1a2a2c66caa.tar.gz |
Issue #1342 - Remove support for system NSPR/NSS
Diffstat (limited to 'build/directive4.py')
-rw-r--r-- | build/directive4.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py index bb832f6b75..38465628be 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -33,8 +33,6 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br # Applies to Pale Moon and Basilisk if ('MC_BASILISK' in listConfig) or ('MC_PALEMOON' in listConfig): listViolations += [ - 'MOZ_SYSTEM_NSS', - 'MOZ_SYSTEM_NSPR', 'MOZ_SYSTEM_JPEG', 'MOZ_SYSTEM_ZLIB', 'MOZ_SYSTEM_BZ2', |