Kaydet (Commit) fb3bec7b authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: fix gb_Dictionary_add_localized_xcu_file

... clearly David should have reverted my commit since it didn't
actually work :-/

Change-Id: Ib34e540e247f1082bc9d155cd011eb31cd33048e
üst adae41c0
...@@ -291,7 +291,7 @@ endef ...@@ -291,7 +291,7 @@ endef
# gb_Dictionary_add_localized_xcu_file dictionary destdir file # gb_Dictionary_add_localized_xcu_file dictionary destdir file
define gb_Dictionary_add_localized_xcu_file define gb_Dictionary_add_localized_xcu_file
ifeq ($(gb_WITH_LANG),) ifeq ($(gb_WITH_LANG),)
$(call gb_Dictionary__add_file,$(1),$(1),$(2),$(strip $(3))) $(call gb_Dictionary__add_file,$(1),$(1),$(2)/$(notdir $(3)),$(strip $(3)))
else else
$(call gb_Dictionary__add_file,$(1),$(1)_generated,$(2),$(subst $(WORKDIR)/,,$(call gb_XcuFile_for_extension,$(strip $(3))))) $(call gb_Dictionary__add_file,$(1),$(1)_generated,$(2),$(subst $(WORKDIR)/,,$(call gb_XcuFile_for_extension,$(strip $(3)))))
$(call gb_PackageSet_add_package,$(call gb_Dictionary_get_packagesetname,$(1)),$(call gb_Dictionary_get_packagename,$(1)_generated)) $(call gb_PackageSet_add_package,$(call gb_Dictionary_get_packagesetname,$(1)),$(call gb_Dictionary_get_packagename,$(1)_generated))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment