ios/CustomTarget_iOS_setup.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 08f7f81c0e79de2f43a4c810bf380ca3f0aa7b6d
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Mon Mar 11 17:16:20 2019 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Mon Sep 16 15:06:22 2019 +0200

    We need share/theme_definitions in the iOS app
    
    Change-Id: I460a71f363eb3b7f89786b8bd02f4b8f9521f4c7
    Reviewed-on: https://gerrit.libreoffice.org/79004
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index e9db39d478bc..5408f4023c0b 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -65,6 +65,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 -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
        cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to