From 52bcb7e80a8e0f38fedd1a991fdcd4bce03d30da Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 5 Dec 2013 16:25:45 +0200 Subject: Fix path to lo-all-static-libs Change-Id: I431841a71d6b4dc1f7a50efbf28f827e7e50ca57 --- android/Bootstrap/Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 74bec2d57e89..ec5fa9578854 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 = \ -- cgit