ios/source/LibreOfficeKit.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c49d91805ec15668b2930c8657f1690e6391f701
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Mon Oct 22 22:16:41 2018 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Oct 22 22:19:03 2018 +0300

    Look for the generated native-code.h where it now is
    
    The makefile here was changed already some weeks ago to put
    native-code.h in workdir and not in the source directory, but I forgot
    to make sure this file still compiled, as it is used by
    LibreOfficeLight only.
    
    Yes, it is ugly to use the workdir/CustomTarget/ios pathname, so sue
    me.
    
    Change-Id: I568d933c1d1384041632f432053d0a0c64c485c2

diff --git a/ios/source/LibreOfficeKit.c b/ios/source/LibreOfficeKit.c
index 55f56d212ab2..a4a78e8112f8 100644
--- a/ios/source/LibreOfficeKit.c
+++ b/ios/source/LibreOfficeKit.c
@@ -15,7 +15,7 @@
 #include <osl/process.h>
 
 // generated by solenv/bin/native-code.py:
-#include "../generated/native-code.h"
+#include <../workdir/CustomTarget/ios/native-code.h>
 
 
 // pointers to our instance
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to