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 --- devtools/shared/qrcode/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/shared') diff --git a/devtools/shared/qrcode/moz.build b/devtools/shared/qrcode/moz.build index 41516675b..c9493a538 100644 --- a/devtools/shared/qrcode/moz.build +++ b/devtools/shared/qrcode/moz.build @@ -9,7 +9,7 @@ DIRS += [ ] # Save file size on Fennec until there are active plans to use the decoder there -if CONFIG['MOZ_FENNEC']: +if not CONFIG['MOZ_FENNEC']: DIRS += [ 'decoder' ] -- cgit v1.2.3