diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-30 18:15:38 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:18:35 +0200 |
commit | 9a74d53315e569171b4c4efa4ed5b278aa63f83c (patch) | |
tree | 923779e514dcb882422df8362b938de128615520 /build/directive4.py | |
parent | e2a478072a0c814d4e83e6c46a01c901f1cf3a94 (diff) | |
download | UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar.gz UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar.lz UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar.xz UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.zip |
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 bb832f6b7..38465628b 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', |