mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Do not try and include devtools shared l10n when devtools is not built
This commit is contained in:
parent
11eb7d04b8
commit
ebd11f4040
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@ libs-%:
|
|||
@$(MAKE) -C ../../netwerk/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
||||
@$(MAKE) -C ../../dom/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
||||
@$(MAKE) -C ../../security/manager/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
||||
ifdef MOZ_DEVTOOLS_SERVER
|
||||
@$(MAKE) -C ../../devtools/shared/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
||||
endif
|
||||
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$*
|
||||
|
||||
# target to be used by multi-locale l10n builds, just add this locale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue