diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-12 20:06:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-12 20:20:52 +0200 |
commit | 4122e02986f3f67e7c97eda914869f3ae23a5e2c (patch) | |
tree | 6af94a301b63854964f3828809a5c660036ec8a7 /ios | |
parent | eb9a223151a00d11ed89a42465663b6e5cd75bd9 (diff) |
We need share/liblangtag, too
Otherwise i18nlantag works weirdly.
Change-Id: Ic5bf2007e586e6bb53a9e89782c2b05f73e348e3
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 85fbbad4c727..642c6d969c77 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -64,6 +64,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/filter cp -R $(INSTDIR)/share/registry $(IOSRES) cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config + cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share cp $(SRCDIR)/ios/welcome.odt $(IOSRES) # Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc. |