[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 5 11:03:18 UTC 2018
ios/CustomTarget_iOS_setup.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 59b9fc4776940863d905de14e25d74421f7de603
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Wed Sep 5 13:53:06 2018 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Wed Sep 5 13:55:24 2018 +0300
Put the lib names one per line to match what ld's -filelist expects
Change-Id: I7454c10a1547db796554f45f2d630af81a916c55
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 432640aa45f6..4f4449e6eaaa 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -104,7 +104,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
&& echo "buildid=$(BUILDID)" \
) > $(IOSRES)/program/versionrc
- $(SRCDIR)/bin/lo-all-static-libs >$(WORKDIR)/ios-all-static-libs.list
+ $(SRCDIR)/bin/lo-all-static-libs | sed -e 's/ /\
+/g' >$(WORKDIR)/ios-all-static-libs.list
#- clean ios -----------------------------------------------------------------
$(call gb_CustomTarget_get_clean_target,ios/iOS_setup):
More information about the Libreoffice-commits
mailing list