diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-14 12:02:29 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-14 12:03:40 +0100 |
commit | 73259891a3fa77497b76b8378a795c83944d74e4 (patch) | |
tree | 2c248cf61dbb1856680092fde1894b50c00ad935 /ios | |
parent | 0ff9e57e0f4ee7a5bf846ae61fc97012434d3be8 (diff) |
iOS changed reference to native-code.h
Change-Id: Icadbdc4463ffb9591353e820f66474c65efd12cf
Diffstat (limited to 'ios')
-rw-r--r-- | ios/StaticLibrary_iOSkit.mk | 5 | ||||
-rw-r--r-- | ios/source/LibreOfficeKit.c | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/ios/StaticLibrary_iOSkit.mk b/ios/StaticLibrary_iOSkit.mk index 67f8b086cfcf..f36ef856a8dc 100644 --- a/ios/StaticLibrary_iOSkit.mk +++ b/ios/StaticLibrary_iOSkit.mk @@ -19,11 +19,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,iOS_kitBridge)) -$(eval $(call gb_StaticLibrary_set_include,iOS_kitBridge,\ - $$(INCLUDE) \ - -I$(SRCDIR)/ios/generated \ -)) - $(eval $(call gb_StaticLibrary_add_cobjects,iOS_kitBridge,\ ios/source/LibreOfficeKit \ )) diff --git a/ios/source/LibreOfficeKit.c b/ios/source/LibreOfficeKit.c index b403b356d171..1868ae7b21fa 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 "native-code.h" +#include "../generated/native-code.h" // pointers to our instance |