mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
[Basilisk] Fix packaging when sync is not built
Packaging will fail due to missing ifdefs when --disable-sync is passed in .mozconfig. This fixes that issue by including the missing ifdefs.
This commit is contained in:
parent
7801a344b4
commit
5ee1469263
3 changed files with 8 additions and 0 deletions
|
|
@ -16,7 +16,9 @@ dirs = browser
|
|||
# non-central apps might want to use %(topsrcdir)s here, or other vars
|
||||
# RFE: that needs to be supported by compare-locales, too, though
|
||||
toolkit = toolkit/locales/l10n.ini
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
services_sync = services/sync/locales/l10n.ini
|
||||
#endif
|
||||
|
||||
[extras]
|
||||
dirs = extensions/spellcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue