summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-23 23:41:59 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-23 23:45:21 +0300
commitbabe8ea45609d42cc2a1496f86b5753165db92b4 (patch)
treef0d52ea1bbd6d47e3f81e4d2b07b459b0cb8c887 /Repository.mk
parent5d7d6d4bd4f833e5d01b518c744e91f9f3fa5d13 (diff)
Add more libraries that we must link with explicitly for iOS
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 6892ecceedfb..38a777e879d2 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -164,6 +164,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
localedata_others \
mcnttype \
neon \
+ reg \
+ store \
test \
textconv_dict \
xmlsecurity \
@@ -182,6 +184,7 @@ endif
ifeq ($(OS),IOS)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+ gcc3_uno \
sal_textenc \
))
endif
@@ -226,6 +229,11 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
writerfilter_debug \
))
+ifeq ($(OS),IOS)
+$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
+ bootstrap \
+))
+endif
$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
cppu \