From 2998d0f5e2d4b35d2db338a71cab0ced27545cdf Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 4 Mar 2018 10:13:33 +0100 Subject: Fix build system translation errors. Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189 --- security/manager/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/manager') 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'] -- cgit v1.2.3