summaryrefslogtreecommitdiffstats
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-11-23 08:47:59 +0100
committerjan Iversen <jani@libreoffice.org>2017-11-23 08:53:39 +0100
commited885a3cdbfc4b4d194d40508a29334b9780858f (patch)
treea1f81948f89fe93fd95fc513a300c392ef65a917 /ios/Module_ios.mk
parentiOS, unicode not used in swift interface (diff)
downloadcore-ed885a3cdbfc4b4d194d40508a29334b9780858f.tar.gz
core-ed885a3cdbfc4b4d194d40508a29334b9780858f.zip
iOS, do not use different C compilers
LibreOfficeKit.c was compiled with an xcode project and not like all other sources. Changed to use clang with same switches as rest of LO. Separated resource generation in own makefile Removed project LibreOfficeKit which was responsible for prelink. Change-Id: Iaf9fbb4b652501af0b7f3643ed3efcc2ed93b611
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index 2a8e248670ba..de8a8d2a0af7 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -11,7 +11,8 @@ $(eval $(call gb_Module_Module,ios))
ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
- CustomTarget_iOS \
+ CustomTarget_iOS_setup \
+ StaticLibrary_iOSkit \
))
endif