mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix build system translation errors.
Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
This commit is contained in:
parent
1505b1290e
commit
b23857f77b
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue