mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
[PALEMOON] Complete making Sync optional at build time - Part 2: Packaging
This commit is contained in:
parent
38e84217a3
commit
2180b84b22
3 changed files with 8 additions and 0 deletions
|
|
@ -121,7 +121,9 @@ searchplugins: $(addprefix $(FINAL_TARGET)/searchplugins/,$(SEARCHPLUGINS))
|
|||
libs-%:
|
||||
$(NSINSTALL) -D $(DIST)/install
|
||||
@$(MAKE) -C ../../../toolkit/locales libs-$*
|
||||
ifdef MOZ_SERVICES_SYNC
|
||||
@$(MAKE) -C ../../../services/sync/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
endif
|
||||
@$(MAKE) -C ../../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
@$(MAKE) -C ../../../intl/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
ifdef MOZ_DEVTOOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue