1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-28 14:38:38 +00:00

Do not try and include devtools shared l10n when devtools is not built

This commit is contained in:
NTD
2018-08-15 03:19:07 -04:00
committed by Roy Tam
parent 11eb7d04b8
commit ebd11f4040
+2
View File
@@ -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