diff options
author | jan Iversen <jani@libreoffice.org> | 2018-03-02 18:28:13 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-03-02 18:30:53 +0100 |
commit | b8431e03bdedfbd2126f78e0464921b0583f7f9a (patch) | |
tree | db865f8523c1297035665f3d2585205982b0f5a8 /ios/CustomTarget_iOS_link.mk | |
parent | bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf (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/CustomTarget_iOS_link.mk')
-rw-r--r-- | ios/CustomTarget_iOS_link.mk | 2 |
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) |