diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-05 16:25:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-05 16:26:05 +0200 |
commit | 52bcb7e80a8e0f38fedd1a991fdcd4bce03d30da (patch) | |
tree | f700c7a1588d8844a6d38df86de2f87f8765fed6 /android/Bootstrap | |
parent | 958ec1b6e1b87c541521fd7faf2f72931c170702 (diff) |
Fix path to lo-all-static-libs
Change-Id: I431841a71d6b4dc1f7a50efbf28f827e7e50ca57
Diffstat (limited to 'android/Bootstrap')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |