summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-03-02 18:28:13 +0100
committerjan Iversen <jani@libreoffice.org>2018-03-02 18:30:53 +0100
commitb8431e03bdedfbd2126f78e0464921b0583f7f9a (patch)
treedb865f8523c1297035665f3d2585205982b0f5a8 /ios
parentbc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf (diff)
iOS, allow "make" call in ios directory
config_host.mk is not read before Custom_target_ios_link, which gives problems with the global variables Change-Id: I9738b5123f4e7aa848de17b00b39b8a03b3a477c
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_link.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_link.mk b/ios/CustomTarget_iOS_link.mk
index fc926a535d9d..9d868ca181cd 100644
--- a/ios/CustomTarget_iOS_link.mk
+++ b/ios/CustomTarget_iOS_link.mk
@@ -67,7 +67,7 @@ $(IOSKIT): $(IOSOBJ) $(IOSLIBS)
-single_module \
-compatibility_version 1 \
-current_version 1 \
- $(IOSLIBS) \
+ `$(SRCDIR)/bin/lo-all-static-libs` \
$(IOSOBJ) \
-o $(IOSKIT)
ifeq ($(origin IOS_CODEID),undefined)