diff options
Diffstat (limited to 'android')
-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 = \ |