[Libreoffice-commits] core.git: android/Bootstrap
Michael Stahl
mstahl at redhat.com
Wed Oct 23 11:30:39 PDT 2013
android/Bootstrap/Makefile.shared | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c1cc1861ea6a656645885938dac9e4442d96510b
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Oct 23 20:27:27 2013 +0200
android: try to find ICU libs
Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 912f09b..ece8594 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -88,6 +88,7 @@ LIBS = \
$(HUNSPELL_LIBS) \
$(HYPHEN_LIB) \
$(MYTHES_LIBS) \
+ $(wildcard $(WORKDIR)/UnpackedTarball/icu/source/lib/*.a) \
$(wildcard $(WORKDIR)/UnpackedTarball/libcdr/src/lib/.libs/*.a) \
$(wildcard $(WORKDIR)/UnpackedTarball/libmspub/src/lib/.libs/*.a) \
$(wildcard $(WORKDIR)/UnpackedTarball/libmwaw/src/lib/.libs/*.a) \
More information about the Libreoffice-commits
mailing list