summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-15 14:53:19 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-15 14:54:01 +0100
commitcc7d8d81eb59ee94bacb3297661e06f46864a3da (patch)
treeca3411997a6e195ccb7e7f9cda582b762a49c431
parent35c2cb9d089b8b86fa8820e4486f2241326830b4 (diff)
downloadnetsurf-cc7d8d81eb59ee94bacb3297661e06f46864a3da.tar.gz
netsurf-cc7d8d81eb59ee94bacb3297661e06f46864a3da.tar.bz2
update missed cocoa frontend resource locations
-rw-r--r--frontends/cocoa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/Makefile b/frontends/cocoa/Makefile
index d3270aa1c..e608ca8d5 100644
--- a/frontends/cocoa/Makefile
+++ b/frontends/cocoa/Makefile
@@ -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)))))
# ----------------------------------------------------------------------------