summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-04 10:13:33 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-03-04 10:13:33 +0100
commitf04a0f42f98c89d0b93e21fa3b982e7eff8bbb85 (patch)
treeac06992a63c865935e7bc52971e95d88dc28ee0b /devtools
parent6abf2995ff7aa76a7caa80d1e5a98290178a18df (diff)
downloaduxp-f04a0f42f98c89d0b93e21fa3b982e7eff8bbb85.tar.gz
Fix build system translation errors.
Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
Diffstat (limited to 'devtools')
-rw-r--r--devtools/shared/qrcode/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/qrcode/moz.build b/devtools/shared/qrcode/moz.build
index 41516675b9..c9493a5380 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'
]