Fix build system translation errors.

Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
This commit is contained in:
wolfbeast 2018-03-04 10:13:33 +01:00 committed by Roy Tam
commit b23857f77b
2 changed files with 2 additions and 2 deletions

View file

@ -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'
]