diff options
author | jan Iversen <jani@libreoffice.org> | 2017-11-24 16:13:41 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-11-24 16:15:07 +0100 |
commit | 86877f67da582db8c2ef2a320b67819ea20a474a (patch) | |
tree | 94a0a664a1728b7fa90091b4809f7d0d9c77d621 /ios/Module_ios.mk | |
parent | b9c2fac7bc81866c01b7179796861533aadc190b (diff) |
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.mk | 2 |
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: |