diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-04 10:13:33 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-04 10:13:33 +0100 |
commit | 2998d0f5e2d4b35d2db338a71cab0ced27545cdf (patch) | |
tree | ac06992a63c865935e7bc52971e95d88dc28ee0b /security/manager/moz.build | |
parent | bba13e3d3404473373d9d2122608a90e0aa2ca9f (diff) | |
download | UXP-2998d0f5e2d4b35d2db338a71cab0ced27545cdf.tar UXP-2998d0f5e2d4b35d2db338a71cab0ced27545cdf.tar.gz UXP-2998d0f5e2d4b35d2db338a71cab0ced27545cdf.tar.lz UXP-2998d0f5e2d4b35d2db338a71cab0ced27545cdf.tar.xz UXP-2998d0f5e2d4b35d2db338a71cab0ced27545cdf.zip |
Fix build system translation errors.
Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
Diffstat (limited to 'security/manager/moz.build')
-rw-r--r-- | security/manager/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/moz.build b/security/manager/moz.build index 4ce95f226..bb2d2e95f 100644 --- a/security/manager/moz.build +++ b/security/manager/moz.build @@ -6,5 +6,5 @@ DIRS += ['ssl', 'locales'] -if CONFIG['MOZ_XUL'] and CONFIG['MOZ_FENNEC']: +if CONFIG['MOZ_XUL'] and not CONFIG['MOZ_FENNEC']: DIRS += ['pki'] |