summaryrefslogtreecommitdiffstats
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-01-25 15:14:36 +0100
committerjan Iversen <jani@libreoffice.org>2018-01-25 17:30:32 +0100
commitbf0117cce987dd92f6e658de0e186a282677b17f (patch)
tree961fcd37b6f57bf3a994e89f83b9267ae72349c4 /ios/Module_ios.mk
parentiOS, corrected directory creation. (diff)
downloadcore-bf0117cce987dd92f6e658de0e186a282677b17f.tar.gz
core-bf0117cce987dd92f6e658de0e186a282677b17f.zip
iOS, simplified dylib build
Change-Id: Icea9a5e4796dda288fafcd478a769fa7087baab2
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index c280713cc198..111391b31bee 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -12,11 +12,12 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
CustomTarget_iOS_setup \
- StaticLibrary_iOSkit \
- CustomTarget_iOS_prelink \
+ CustomTarget_iOS_link \
))
+
+
endif
# vim: set noet sw=4 ts=4: