diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-11 17:16:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-11 23:33:33 +0200 |
commit | 6088eeb6ea1c92be96418116556e32de6d33d038 (patch) | |
tree | 358e4c140da1e7f2ecd6a8f267453aa69d95f53e | |
parent | 5f9368a35d641c5b611fab9945969e92a0f368a1 (diff) |
We need share/theme_definitions in the iOS app
Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7
-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 e651dd63f5bb..faf8d25bf629 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -67,6 +67,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ cp -R $(INSTDIR)/share/registry $(IOSRES) cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share + cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share mkdir -p $(IOSRES)/share/fonts/truetype cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype cp $(SRCDIR)/ios/welcome.odt $(IOSRES) |