From 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 1 Mar 2018 14:26:41 -0500 Subject: Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places --- 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 8097ef5f6..4ce95f226 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_BUILD_APP'] != 'mobile/android': +if CONFIG['MOZ_XUL'] and CONFIG['MOZ_FENNEC']: DIRS += ['pki'] -- cgit v1.2.3