mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Not part of the build, yet. The l10n directory structure is /l10n/de-DE/netwerk/... not /l10n/de-DE/netwerk/locales/...
This commit is contained in:
parent
64464abeda
commit
9e106dbb54
@ -1598,7 +1598,7 @@ _JAR_AUTO_REG=-a
|
||||
endif
|
||||
|
||||
ifdef relativesrcdir
|
||||
_JAR_LOCALE_SOURCE = -c $(if $(filter en-US,$(AB_CD)),$(srcdir)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(relativesrcdir))
|
||||
_JAR_LOCALE_SOURCE = -c $(if $(filter en-US,$(AB_CD)),$(srcdir)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst locales/,,$(relativesrcdir)))
|
||||
endif
|
||||
|
||||
ifeq ($(OS_TARGET),WIN95)
|
||||
|
Loading…
Reference in New Issue
Block a user