android/Bootstrap/Makefile.shared |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52bcb7e80a8e0f38fedd1a991fdcd4bce03d30da
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Dec 5 16:25:45 2013 +0200

    Fix path to lo-all-static-libs
    
    Change-Id: I431841a71d6b4dc1f7a50efbf28f827e7e50ca57

diff --git a/android/Bootstrap/Makefile.shared 
b/android/Bootstrap/Makefile.shared
index 74bec2d..ec5fa95 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -81,7 +81,7 @@ clean: android_version_setup properties
 
 LIBS = \
   -Wl,--start-group \
-  $(shell $(SRCDIR)/lo-all-static-libs) \
+  $(shell $(SRCDIR)/bin/lo-all-static-libs) \
   -Wl,--end-group
 
 WHOLELIBS = \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to