summaryrefslogtreecommitdiffstats
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-11-24 16:13:41 +0100
committerjan Iversen <jani@libreoffice.org>2017-11-24 16:15:07 +0100
commit86877f67da582db8c2ef2a320b67819ea20a474a (patch)
tree94a0a664a1728b7fa90091b4809f7d0d9c77d621 /ios/Module_ios.mk
parentgpg4libre: call libgpg-error subsystem init (diff)
downloadcore-86877f67da582db8c2ef2a320b67819ea20a474a.tar.gz
core-86877f67da582db8c2ef2a320b67819ea20a474a.zip
iOS, prelink with native linker.
Removed the need for a xcode project to prelink all LO libraries. Change-Id: I16d38ae0205e73de59b1cf3abdbbb8d4fea6d24c
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index de8a8d2a0af7..c280713cc198 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -13,8 +13,10 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
CustomTarget_iOS_setup \
StaticLibrary_iOSkit \
+ CustomTarget_iOS_prelink \
))
+
endif
# vim: set noet sw=4 ts=4: