summaryrefslogtreecommitdiffstats
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-11-29 16:03:27 +0100
committerJan Holesovsky <kendy@collabora.com>2019-12-05 11:02:01 +0100
commiteb15ac837e06087fb8148330e9171d6697d89ee6 (patch)
tree5accb155a2a778db3ce6872685b0f86e1231e37d /ios/Module_ios.mk
parentuse o3tl::optional instead of pointer (diff)
downloadcore-eb15ac837e06087fb8148330e9171d6697d89ee6.tar.gz
core-eb15ac837e06087fb8148330e9171d6697d89ee6.zip
android: Avoid throwing exceptions through the bridges.
From some reason it does not work, so let's do the same we are doing on iOS; at least for now. Change-Id: I915f8683a112548fc3defc1114f9dce3aa7be30e Reviewed-on: https://gerrit.libreoffice.org/84067 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/84204 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index ea9c44644f2c..259c34ba3416 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,ios))
ifeq ($(OS),iOS)
$(eval $(call gb_Module_add_targets,ios,\
- StaticLibrary_ios \
CustomTarget_iOS_setup \
))