summaryrefslogtreecommitdiffstats
path: root/devtools/shared
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
commit2998d0f5e2d4b35d2db338a71cab0ced27545cdf (patch)
treeac06992a63c865935e7bc52971e95d88dc28ee0b /devtools/shared
parentbba13e3d3404473373d9d2122608a90e0aa2ca9f (diff)
downloadUXP-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 'devtools/shared')
-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 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'
]