summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppunit/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index c4b7bba920cc..551a0ea5bd77 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -121,6 +121,10 @@ OUT2LIB = ooo-install/lib/libcppunit.dll.a
MY_LIBS = -lm
.END
+.IF "$(OS)" == "ANDROID"
+MY_LIBS= -lgnustl_shared
+.ENDIF
+
CONFIGURE_ACTION = ./configure
.IF "$(COM)" == "GCC"