update missed cocoa frontend resource locations

This commit is contained in:
Vincent Sanders 2016-05-15 14:53:19 +01:00
parent 35c2cb9d08
commit cc7d8d81eb
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ endif
endef
$(foreach lang,$(LANGUAGES),$(eval $(call make_lproj,$(lang),$(addprefix cocoa/res/$(lang).lproj/,$(LOCALIZED_RESOURCES)))))
$(foreach lang,$(LANGUAGES),$(eval $(call make_lproj,$(lang),$(addprefix $(FRONTEND_RESOURCES_DIR)/$(lang).lproj/,$(LOCALIZED_RESOURCES)))))
$(foreach lang,$(LANGUAGES),$(foreach xib,$(S_XIBS),$(eval $(call compile_xib,$(xib),$(lang)))))
# ----------------------------------------------------------------------------